← Back to Plugins
MCP Server MCP

aX

github By github 👁 1 views ▲ 0 votes

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

Comments

Sign in to leave a comment

Loading comments...