Overview
Configure Deepcon MCP in Cursor through the MCP configuration file. You can set it up at the project level or globally for all projects.Requirements: Cursor version 0.45.6 or higher
Installation Methods
- UI Configuration (v0.48.6+)
- UI Configuration (v0.45.6)
- Manual File Configuration
Using Cursor Settings UI
1
Open Cursor Settings
Click the gear icon or use
Cmd/Ctrl + ,2
Navigate to MCP Servers
Go to Features → MCP Servers
3
Add New Server
Click ”+ Add new global MCP server”
4
Enter Configuration
Paste the following configuration:
5
Save and Restart
Save the configuration and restart Cursor
Replace
your-api-key-here with your actual API key from the dashboardVerify Connection
After configuration, verify the setup:1
Restart Cursor
Completely quit and restart Cursor IDE
2
Open Composer
Open the Cursor Composer using
Cmd/Ctrl + K3
Select Agent Mode
Click “Agent” next to the submit button
4
Check MCP Tools
The AI should now have access to Deepcon tools:
search_documentation
5
Test Search
Try asking: “Use Deepcon to search the React documentation for hooks”
Team Setup
For teams, commit the project-level configuration:Terminal
Security Note: If you commit the config file, use environment variables for the API key instead of hardcoding it.
Using Environment Variables
For team setups, reference an environment variable:.cursor/mcp.json
.env or shell profile
Troubleshooting
MCP server not loading?
MCP server not loading?
Solution: Ensure Node.js is installed and accessibleCheck Node.js version (need 19+):Verify npx is available:
Authentication errors?
Authentication errors?
Solution: Verify your API key is correct
- Check the API key in
mcp.json - Ensure no extra spaces or quotes
- Get a fresh key from dashboard
- Restart Cursor after updating
Config file not found?
Config file not found?
Solution: Check file location and permissionsVerify the file exists:Ensure proper read permissions:
JSON syntax error?
JSON syntax error?