Skip to content
Claude Desktop

Agent Factory for Claude Desktop

io.github.usy-pawel/agent-factory

Deterministic, receipted digital microservices. Gate A is simulation-only.

client:Claude Desktop transport:streamable-http

Install Agent Factory in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-factory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent-factory-gateway-production.up.railway.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Agent Factory in other clients