Skip to content
Claude Desktop

Pathbound for Claude Desktop

ai.pathbound/pathbound

Customer-context and ops layer for AI agents

client:Claude Desktop transport:streamable-http

Install Pathbound in Claude Desktop

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

{
  "mcpServers": {
    "pathbound": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.pathbound.ai/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

Pathbound in other clients