Connect Other Tools
Any MCP-compatible client can connect to Lore DB using the server URL https://loredb.dev/mcp. Here are setup instructions for specific tools.
Claude.ai (web)
Claude.ai supports remote MCP servers via connectors.
- Go to Settings > Connectors and click Add custom connector at the bottom
- Enter the URL:
https://loredb.dev/mcp - Click Add. You’ll be asked to authenticate with Google
- Enable the connector per conversation by clicking the + button in the chat and selecting Connectors
For Team and Enterprise plans, an organization owner must first add the connector in Organization settings > Connectors before team members can connect.
Gemini CLI
Add Lore DB to your settings.json:
{
"mcpServers": {
"lore-db": {
"httpUrl": "https://loredb.dev/mcp"
}
}
} Or via the CLI: gemini mcp add --transport sse lore-db https://loredb.dev/mcp. Run /mcp in a session to verify the connection.
Windsurf
Windsurf supports MCP configuration in its settings. Add the same server URL format used by Cursor:
{
"mcpServers": {
"lore-db": {
"url": "https://loredb.dev/mcp"
}
}
} Other MCP clients
Grok and the Gemini web app do not currently support MCP connections. Any MCP-compatible client can connect to Lore DB using the server URL https://loredb.dev/mcp. See the full list of MCP clients for other supported tools.
Lore DB serves MCP over HTTP directly — no plugins, packages, or local dependencies needed. Just add the URL and connect.