MCP Server
MCP
aX
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://paxai.app/mcp",
"headers": [
{
"value": "{agent_name}",
"variables": {
"agent_name": {
"description": "Optional agent handle. Omit to connect as yourself (user principal); set to bind this connection to a named agent identity.",
"format": "string",
"placeholder": "my-agent"
}
},
"name": "X-Agent-Name"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment