Connect MCP Server MCP to your AI Agents

Connect any MCP-compatible server and query it with AI in seconds.

Example prompts

Everything you can ask your agent about your MCP Server data.

Ask in plain English — Sequel translates it into a MCP Server query, runs it, and your agent hands back the answer. No SQL, no dashboards, no CSV exports.

Connect to your agent
What you can ask your agent
  • What tools does this MCP server provide?
  • Run the search tool and find recent news about AI
  • Combine results from two different tools into a single answer
  • What data can I query through this server?
  • Call the analytics tool and show me this week's summary

Sequel CLI

Install MCP Server MCP to your agent

The Sequel CLI installs MCP Server into your coding agent in one step — it signs you in, provisions a scoped API key, and writes the right config to the right place. No keys to copy by hand.

Prefer npm? npm install -g @sequelsh/cli@latest works too.

  1. 1

    Install the Sequel CLI

    One line installs the latest CLI with whatever package manager you have.

    curl -fsSL https://sequel.sh/install | sh
  2. 2

    Sign in

    Authenticate in your browser and pick an organization.

    sequel login
  3. 3

    Install into your agent

    Run install and pick an agent from the list, or target one directly by its slug.

    sequel install
    • Claude Code
      sequel install claude-code
    • Claude
      sequel install claude
    • Cursor
      sequel install cursor
    • VS Code
      sequel install vscode
    • Windsurf
      sequel install windsurf
    • Zed
      sequel install zed
    • Codex
      sequel install codex
    • OpenClaw
      sequel install openclaw
    • Hermes
      sequel install hermes

Frequently asked questions

What is MCP?

MCP (Model Context Protocol) is an open standard for connecting AI agents to external tools and data sources. Any server that implements the MCP protocol can be connected to Sequel.

How do I connect an MCP server?

Click 'New Connection', select MCP Server, give it a name, and enter the server's HTTP URL. Optionally add any required HTTP headers (like an API key). Sequel will connect and discover available tools automatically.

What types of MCP servers are supported?

Sequel supports HTTP-based MCP servers using the StreamableHTTP transport. This covers the vast majority of publicly deployed MCP servers.

Do I need to configure each tool manually?

No. Sequel auto-discovers all tools by reading the server's manifest. It uses tool names and descriptions to understand what each tool does and when to call it.

Can I combine an MCP server with a database connection?

Yes. You can connect multiple data sources, such as a database and an MCP server, and ask questions that span both in the same conversation.

Can I add authentication headers for my MCP server?

Yes. When creating the connection, add any required HTTP headers such as Authorization or X-API-Key. These are stored encrypted and sent with every request.

Start analyzing your MCP Server data today

Connect in minutes — then ask across all your data, not just one source.