Connect Claude to Data Connector.
Data Connector is a hosted remote MCP server. Use this exact URL:
https://dataconnector.ai/api/mcpClaude Pro or Max
- Open Claude and go to Customize, then Connectors.
- Select Add custom connector.
- Enter a name such as Data Connector and paste
https://dataconnector.ai/api/mcp. - Select Add, then Connect.
- Sign in or sign up and authorize the Loam workspace you want Claude to use.
Claude Team or Enterprise
An organization Owner must add the custom web connector in Organization settings. After it is enabled, each member selects Connect and authorizes an allowed Loam workspace.
Claude Code
claude mcp add --transport http loam-data https://dataconnector.ai/api/mcp
claude mcp listComplete the OAuth flow when Claude Code prompts you. Data Connector does not ask you to paste a database password into Claude.
What Claude can do
- List and query live PostgreSQL sources permitted in the authorized workspace.
- Search cached external catalog metadata.
- List, describe, and query Loam-managed tables, including imported SQLite files.
- Run one bounded read-only query per tool call.
Connect or import your source first, then return to Claude and ask it to list available data sources and Loam tables.
Frequently asked questions
What is the Data Connector MCP URL?
Use https://dataconnector.ai/api/mcp for Claude and other clients that support remote Streamable HTTP MCP servers.
Does the MCP URL contain my database password?
No. The public URL contains no credential. OAuth selects your Loam account and workspace, while database credentials stay encrypted on the server.
Can I use Data Connector with Claude Code?
Yes. Add the URL with Claude Code's HTTP MCP transport, then complete the OAuth flow.