Skip to content
Cursor

CodeNib for Cursor

ai.codenib/codenib

Source-linked CodeGraph exploration, ranked search, and static navigation for coding agents.

client:Cursor transport:stdio runtime:pypi

Install CodeNib in Cursor

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

{
  "mcpServers": {
    "codenib": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codenib"
      ]
    }
  }
}

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

CodeNib in other clients