Odel
sonde

sonde

Local
@anishmoncivarghese1TypeScriptApache-2.0Updated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cheppulabs/sondev0.4.4

Run

npx -y @cheppulabs/sonde

MCP client config

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