Continue Documentation MCP Server
Set up an MCP server to search Continue documentation
The Continue Documentation MCP Server allows you to search and retrieve information from the Continue documentation directly within your agent conversations.
Set Up
Configure Continue
- Create a folder called
.continue/mcpServersat the top level of your workspace - Add a file called
continue-docs-mcp.yamlto this folder - Write the following contents and save:
name: Continue Documentation MCP
version: 0.0.1
schema: v1
mcpServers:
- uses: continuedev/continue-docs-mcp
Enable Agent Mode
MCP servers only work in agent mode. Make sure to switch to agent mode in Continue before testing.
Usage Examples
Once configured, you can use the MCP server to search Continue documentation:
Model Configuration Help
How do I add Claude 4 Sonnet as a model from Bedrock in Continue?
Context Providers
What context providers are available in Continue?
Customization
How do I add custom rules to my configuration in Continue?
Troubleshooting
MCP Server Not Loading
- Check configuration: Ensure your YAML configuration uses the correct
usesfield withcontinuedev/continue-docs-mcp - Check agent mode: MCP servers only work in agent mode
- Restart Continue: Try restarting the Continue extension
No Search Results
- Verify connection: The MCP server needs internet access to search the documentation
- Check query format: Try rephrasing your search query
- Test with known topics: Search for well-documented features like "model configuration"