Skip to content
Cursor

codecanvas for Cursor

io.github.donggyun112/codecanvas

Python code intelligence for coding agents: call paths, control flow, and change impact.

client:Cursor transport:stdio runtime:pypi

Install codecanvas in Cursor

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

{
  "mcpServers": {
    "codecanvas": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codecanvas-mcp"
      ]
    }
  }
}

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

codecanvas in other clients