Skip to content
Cursor

codeseeker for Cursor

io.github.jghiringhelli/codeseeker

Graph-powered code intelligence with semantic search and knowledge graph for AI assistants

client:Cursor transport:stdio runtime:npm

Install codeseeker in Cursor

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

{
  "mcpServers": {
    "codeseeker": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codeseeker"
      ]
    }
  }
}

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

codeseeker in other clients