MCP Server Not Connecting
Verify API Key
Verify API Key
Check that your API key is correct in the configuration file.Steps:
- Go to Deepcon Dashboard
- Copy your API key
- Update your IDE’s MCP configuration
- Restart your IDE
- Extra spaces before/after the key
- Missing or incorrect quotes in JSON
- Using an expired or revoked key
Check Node.js Installation
Check Node.js Installation
Ensure Node.js 19+ is installed and accessible.If Node.js is not installed or outdated:
- Download from nodejs.org
- Or use a version manager like nvm
Restart IDE
Restart IDE
Configuration changes require a full restart.Claude Desktop:
- macOS:
Cmd + Qto quit completely - Windows: Close from system tray
- Then relaunch the app
- Close all windows
- Quit the application
- Relaunch
Check IDE Logs
Check IDE Logs
Look for error messages in your IDE’s logs.Claude Desktop:
- macOS:
~/Library/Logs/Claude/ - Windows:
%APPDATA%\Claude\logs\
- Open Developer Tools:
Cmd/Ctrl + Shift + I - Check Console tab
No Search Results
If
search_documentation returns no results, follow these troubleshooting steps:Check Registry
Ensure you’re using the correct registry:Broaden Your Pattern
Your regex might be too restrictive:Too Restrictive
Better
Adjust Semantic Query
Try a more general or differently-worded query:API Key Authentication Failed
1
Verify Key is Active
Check your dashboard to ensure the key hasn’t been revoked
2
Check Key Format
Ensure no extra characters or spaces:
3
Regenerate Key
If issues persist, generate a new API key:
- Go to dashboard
- Revoke old key
- Generate new key
- Update configuration
- Restart IDE
4
Check Account Status
Verify your account is active and not suspended
Configuration File Not Found
Claude Desktop
- macOS
- Windows
Configuration file location:If missing, create the directory:
Cursor
Create the config directory if missing:Windsurf
Create the config directory if missing:Tools Not Showing in IDE
1
Verify Configuration
Check that the
mcpServers configuration is properly formatted:2
Check Connection Indicator
Look for MCP connection status in your IDE:
- Claude Desktop: Bottom-right corner (🔌 icon)
- Cursor: Status bar
- Claude Code: Run
claude mcp list
3
Verify NPX Access
Ensure npx can access the package:
4
Check Logs
Review IDE logs for specific error messages about the MCP server
Package Not Available
If a package you need isn’t available:Request Package AdditionWe’re constantly adding new packages. To request a package:
- Email support@deepcon.ai
- Include:
- Package name
- Registry (npm/pip)
- Why you need it
- We’ll prioritize based on demand
JSON Syntax Errors
Common JSON configuration mistakes:- Use jsonlint.com
- Or use
jqcommand:cat config.json | jq .