Skip to content
Cursor

deepcontext for Cursor

ai.wild-card/deepcontext

Advanced codebase indexing and semantic search MCP server

client:Cursor transport:stdio runtime:npm

Install deepcontext in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deepcontext": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@wildcard-ai/deepcontext"
      ],
      "env": {
        "JINA_API_KEY": "<JINA_API_KEY>",
        "TURBOPUFFER_API_KEY": "<TURBOPUFFER_API_KEY>",
        "WILDCARD_API_KEY": "<WILDCARD_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

deepcontext in other clients