MCP SETUP

Connect Claude to Data Connector.

Data Connector is a hosted remote MCP server. Use this exact URL:

https://dataconnector.ai/api/mcp

Claude Pro or Max

  1. Open Claude and go to Customize, then Connectors.
  2. Select Add custom connector.
  3. Enter a name such as Data Connector and paste https://dataconnector.ai/api/mcp.
  4. Select Add, then Connect.
  5. 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 list

Complete 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

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.

Connect PostgreSQL Use SQLite