Skip to content
Cursor

sonde for Cursor

io.github.anishmoncivarghese/sonde

Local code graph for TypeScript, Python and Swift: who calls this, what breaks if I change it.

client:Cursor transport:stdio runtime:npm

Install sonde in Cursor

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

{
  "mcpServers": {
    "sonde": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cheppulabs/sonde"
      ]
    }
  }
}

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

sonde in other clients