Connect your data to Zed
Use Zed to query your databases, explore schemas, and run analyses — powered by Sequel's MCP server. Pick a data source to get started.
Integrations
Choose a data source
Connect Google Analytics to Zed
Ask your GA4 data anything. No SQL, no dashboards.
Connect Google Search Console to Zed
Unlock your SEO data with natural language. No exports, no pivot tables.
Connect PostgreSQL to Zed
Query your PostgreSQL database in plain English. No SQL required.
Connect MySQL to Zed
Instant insights from your MySQL database. Ask in plain English.
Connect ClickHouse to Zed
Real-time analytics on ClickHouse at any scale, in plain English.
Connect MCP Server to Zed
Connect any MCP-compatible server and query it with AI in seconds.
Connect Google Sheets to Zed
Query, write, and manage Google Sheets with AI.
Setup
Add Sequel to Zed
One config block is all it takes. Replace sql_your_api_key with a key from Settings → API Keys, then restart Zed.
~/.config/zed/settings.json
{
"context_servers": {
"sequel": {
"url": "https://api.sequel.sh/mcp",
"settings": {
"headers": {
"Authorization": "Bearer sql_your_api_key"
}
}
}
}
}Frequently asked questions
How do I add Sequel to Zed?
Open Zed settings (Cmd+, on macOS), find the `context_servers` key, and add the Sequel configuration shown above. Restart Zed for changes to take effect.
Which Zed AI features work with Sequel MCP?
Sequel tools are available in Zed's AI panel (Assistant). You can call them from the chat interface. Support for additional Zed AI features depends on Zed's MCP integration updates.
Does Zed support HTTP MCP servers?
Yes, Zed supports MCP over HTTP (Streamable HTTP transport). The Sequel MCP endpoint uses this transport, so no extra configuration is needed.
Can I use Sequel MCP in Zed's multiplayer sessions?
MCP tools in Zed are currently per-user — each collaborator connects with their own API key. Tool call results are visible to all participants in a shared session.
Start using your data in Zed
Generate a free API key and connect in under a minute.