Skip to main content
Claude Desktop (and Claude.ai) connect to remote MCP servers through Connectors — no config file needed.
  1. Settings → Connectors
  2. Add custom connector
  3. Name it eddyhdzg, set the URL to https://eddyhdzg.com/api/mcp, then Add. Leave the OAuth fields blank — the server is public.
search_events and search_vcs then appear in the tools list.
Older Claude Desktop builds without Connectors: add the stdio bridge to claude_desktop_config.json instead — { "mcpServers": { "eddyhdzg": { "command": "npx", "args": ["-y", "mcp-remote", "https://eddyhdzg.com/api/mcp"] } } }.