Context Relay for Claude Desktop
io.github.chughes113/context-relay
Compact, citation-verifiable public web context for AI agents, paid per use with x402.
client:Claude Desktop
transport:streamable-http
tools:2
Install Context Relay in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"context-relay": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://context-relay.contextrelay.workers.dev/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