Continue is an open-source AI code assistant that runs in VS Code and JetBrains. It supports multiple LLM providers (OpenAI, Anthropic, Ollama, local models) and can be extended with custom context providers and tools. Since v0.9, Continue supports MCP servers natively.
Continue stores its configuration in:
~/.continue/config.yaml (or config.json for older versions)~/.continue/config.yamlIf you are using the newer YAML format (recommended), open config.yaml. If you have config.json, the structure is similar but in JSON.
Add an mcpServers section to your config:
mcpServers:
- name: my-crm
url: https://your-server.datafaucet.dev/sse
headers:
Authorization: Bearer your-api-keyFor JSON config:
{
"mcpServers": [
{
"name": "my-crm",
"url": "https://your-server.datafaucet.dev/sse",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
]
}After saving the config, reload the Continue extension:
Open the Continue chat panel and ask it to use one of your MCP tools:
> "Use my-crm to get the latest deals"
If configured correctly, Continue will call the MCP server and return results inline. You should see the tool call in the chat history.
Continue supports multiple MCP servers simultaneously:
mcpServers:
- name: crm
url: https://crm-server.datafaucet.dev/sse
headers:
Authorization: Bearer key-1
- name: monitoring
url: https://monitoring-server.datafaucet.dev/sse
headers:
Authorization: Bearer key-2
- name: tickets
url: https://tickets-server.datafaucet.dev/sse
headers:
Authorization: Bearer key-3The AI assistant can call any of these servers based on the question you ask.
"Tool not found" error: Make sure the server name in your config matches what you reference in conversation. Reload config after changes.
Connection timeout: Verify the server URL is correct and accessible. Test by opening the SSE URL in a browser (you should see an event stream).
Auth errors: Double-check your API key. DataFaucet keys are shown on the dashboard after deployment.
Continue is open-source and model-agnostic. Adding MCP servers means you get tool access regardless of which LLM provider you use. Switch between OpenAI, Anthropic, or a local Ollama model and your tool connections persist.
Create your MCP servers with DataFaucet and connect them to Continue.dev in under 2 minutes.
Related: Connect MCP Servers to Cline, Connect MCP Servers to Roo Code, Best MCP Clients in 2026.
Create your Continue.dev MCP server in 60 seconds.
Try with Continue.dev →{
"mcpServers": {
"continue-dev": {
"url": "https://datafaucet.dev/api/mcp/YOUR_SERVER_ID/sse"
}
}
}Replace YOUR_SERVER_ID with the ID from your DataFaucet dashboard after creating your Continue.dev server.
Point DataFaucet at Continue.dev and get a working server in 60 seconds.
Create Continue.dev server free →After creating, add to Claude Desktop:
"continue-dev": {
"url": "https://datafaucet.dev/api/mcp/YOUR_ID/sse"
}Free plan includes 3 servers. Upgrade to Pro for unlimited →
A startup connected Stripe, Linear, Slack, Vercel, and PostHog to AI via MCP. Standup prep went from 15 minutes to one prompt.
Step-by-step guide to debugging MCP server connections. Fix SSE timeouts, tool discovery failures, auth errors, and protocol mismatches.
Top MCP servers for security teams: vulnerability scanners, SIEM dashboards, secrets management, compliance tools, and incident response via AI.
See how DataFaucet compares
Point at any URL. Get a working MCP server in 60 seconds. No API docs needed.
Works with ChatGPT, Claude, Cursor, Copilot, Windsurf, JetBrains, and any MCP client
Get notified when we add more AI integrations
Join 500+ builders. New templates, guides, and MCP tips. No spam.