- Settings → Connectors
- Add custom connector
- Name it
eddyhdzg, set the URL tohttps://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"] } } }.