Skip to main content

Setup your development

Learn how to install and configure Deepcon for your preferred IDE.
  • Node.js v19 or higher installed
  • An IDE that supports MCP servers (Claude Desktop, Claude Code, Cursor, or Windsurf)
  • Deepcon API key from dashboard
Install the MCP server globally via npm:
npm install -g @deepcon/mcp-server
  1. Sign up at deepcon.ai
  2. Navigate to your dashboard
  3. Copy your API key

Configure Your IDE

Choose your IDE and follow the configuration steps: Once configured, you can ask your AI agent to search documentation:
User: "How do I implement authentication in Next.js?"

AI: Let me search the Next.js documentation for authentication patterns...
[Uses Deepcon to search]

AI: Based on the Next.js documentation, here's how to implement authentication...
The AI agent will automatically use Deepcon’s search_documentation tool to find relevant information.

Next Steps