Configuration for Your Coding Assistant
Choose your preferred IDE or coding assistant and follow the configuration steps below.- Cursor
- Windsurf
- Claude Desktop
- VS Code
- Cline
- Codex CLI
- Droid
- Continue.dev
Cursor
Option A: UI Configuration
1
Open Cursor Settings
2
Navigate to Tools & MCP
3
Add New Server
Click New MCP Server
4
Enter Configuration
Option B: Manual File Configuration
Create.cursor/mcp.json in your project or ~/.cursor/mcp.json globally:.cursor/mcp.json
Replace
your-api-key-here with your actual API key from the dashboardScope Options
When configuring MCP servers, you can choose the installation scope:Project-Level
Install for current project only. Configuration is stored in
.cursor/, .windsurf/, or .vscode/ directory.Use when:- Working on a specific project
- Sharing config with team via git
Global
Install for all projects on your machine. Configuration is stored in home directory (
~/.cursor/, ~/.windsurf/, etc.).Use when:- Personal development setup
- Want Deepcon available everywhere
Troubleshooting
MCP server not loading?
MCP server not loading?
Solution: Check Node.js and configuration
- Verify Node.js 19+ is installed:
- Test npx access:
- Validate JSON configuration format
- Restart your IDE completely
API key authentication failed?
API key authentication failed?
Solution: Verify your API key
- Check key is correct at dashboard
- Ensure no extra spaces in configuration
- Verify key format starts with appropriate prefix
- Try generating a new API key
Tools not appearing?
Tools not appearing?
Solution: Check MCP configuration
- Ensure configuration file is in correct location
- Verify JSON syntax is valid
- Check IDE logs for error messages
- Try reloading/restarting the IDE
JSON validation errors (VS Code)?
JSON validation errors (VS Code)?
Solution: Disable JSON schema validationThis is a known VS Code issue. Add to settings:Reference: microsoft/vscode#155379