MCP Server

Connect your data to Claude Code

Use Claude Code to query your databases, explore schemas, and run analyses — powered by Sequel's MCP server. Pick a data source to get started.

Setup

Add Sequel to Claude Code

One config block is all it takes. Replace sql_your_api_key with a key from Settings → API Keys, then restart Claude Code.

claude mcp add (CLI)

claude mcp add sequel \
  --transport http \
  https://api.sequel.sh/mcp \
  --header "Authorization: Bearer sql_your_api_key"

Frequently asked questions

How do I add Sequel to Claude Code?

Run the `claude mcp add` command shown above in your terminal. Replace `sql_your_api_key` with a key from Settings → API Keys. The server will be available in all subsequent Claude Code sessions.

Can I verify Sequel is connected?

Run `claude mcp list` to see all configured MCP servers, or `claude mcp get sequel` to inspect the Sequel config specifically.

Does this work in Claude Code's non-interactive mode?

Yes. Sequel tools are available in both interactive (`claude`) and non-interactive (`claude -p 'your prompt'`) modes. They're also available when using Claude Code via the SDK.

Can I add Sequel to a specific project only?

Yes. Use the `--scope project` flag: `claude mcp add sequel --scope project --transport http ...`. This adds Sequel only for the current project rather than globally.

Start using your data in Claude Code

Generate a free API key and connect in under a minute.