A reference gateway your agent calls — it drills a real, cited source for what holds up, and says so when it can't. No auth.
No account, API key, or OAuth — just the URL.
https://mcp.drillable.com
Paste the line below into your agent — it will fetch this page and walk you through adding drillable in your client:
Install this MCP server: https://mcp.drillable.com — a no-auth reference gateway over cited corpora (verified where marked). Walk me through adding it in my client.
claude mcp add --transport http drillable https://mcp.drillable.com
https://mcp.drillable.comhttps://mcp.drillable.comOr in VS Code: code --add-mcp '{"name":"drillable","type":"http","url":"https://mcp.drillable.com"}'
Add to ~/.codex/config.toml (or .codex/config.toml to scope it to one project) — url is the remote/HTTP form, command is for local stdio servers:
[mcp_servers.drillable]
url = "https://mcp.drillable.com"
Edit ~/.codeium/windsurf/mcp_config.json — note the key is serverUrl — then restart Windsurf:
{ "mcpServers": { "drillable": { "serverUrl": "https://mcp.drillable.com" } } }
In settings.json, under the context_servers key:
{ "context_servers": { "drillable": { "url": "https://mcp.drillable.com" } } }
{ "mcpServers": { "drillable": { "url": "https://mcp.drillable.com" } } }
MCP Servers → Remote Servers → Transport Type Streamable HTTP, paste https://mcp.drillable.com. Or edit the JSON directly:
{ "mcpServers": { "drillable": { "url": "https://mcp.drillable.com" } } }
It's a standard streamable-HTTP server with no auth. Point your client at https://mcp.drillable.com — most infer the transport from the URL; if yours needs a type, use http (some clients call it streamable-http). No bridge or proxy required.