Skip to content
Discussion options

You must be logged in to vote

Hey @0Banana00! 👋

We have MCP cookbooks and documentation that can help you connect
Continue with MCPs! Check out our guide here:
https://docs.continue.dev/guides/posthog-github-continuous-ai

Good news: As of PR
#7956
, Continue now
supports JSON configuration files for MCP servers! You can configure your
MCP connection in two ways:

Option 1: JSON Configuration (New!)

Create a JSON file in .continue/mcpServers/ folder:

{
  "url": "https://your-mcp-endpoint.com/sse",
  "type": ["http", "sse"],
  "headers": {
    "Authorization": "${FIGMA_API_KEY}"
  }
}

Important: Store your API key securely! Use environment variables (as
shown above) or Continue Hub secrets - never hardcode keys directly in

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by bdougie
Comment options

You must be logged in to vote
1 reply
@bdougie
Comment options

bdougie Oct 10, 2025
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants