Lore DB | Docs

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.

  1. Go to Settings > Connectors and click Add custom connector at the bottom
  2. Enter the URL:
Claude.ai connector URL
https://loredb.dev/mcp
  1. Click Add. You’ll be asked to authenticate with Google
  2. 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:

Gemini CLI 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:

Windsurf MCP config
{
"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.