mcpbeat Sign in
local only

Sonde runs on your own machine — the client starts it, so there is no endpoint to ping. 477 installs a week from npm. Last commit 31 Aug 2026.

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

Installs per day peak 418 · avg 15
a month agotoday
477
Installs / week
npm · @cheppulabs/sonde
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/fetch-grammars.mjs
Runs an external command src/resolve/pyrightClient.ts:82
  const server: ChildProcessWithoutNullStreams = spawn(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sonde -- npx -y @cheppulabs/sonde
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sonde": {
      "args": [
        "-y",
        "@cheppulabs/sonde"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sonde]
command = "npx"
args = ["-y", "@cheppulabs/sonde"]
.cursor/mcp.json
{
  "mcpServers": {
    "sonde": {
      "args": [
        "-y",
        "@cheppulabs/sonde"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sonde": {
      "args": [
        "-y",
        "@cheppulabs/sonde"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sonde

same job, measured the same way
Lachesis
by unboundcompute

Compiler-precise code property graph for C, Python, and TypeScript, navigable over MCP.

2 098 installs/wk local only
Skylos
by duriantaco

Dead code, security, secrets detection and code quality for Python, TypeScript, Go.

12 834 installs/wk local only
Code Impact MCP
by vk0dev

Dependency graph and blast-radius analysis for local TypeScript/JavaScript repos.

113 installs/wk local only
Code Pathfinder
by codepathfinder

Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.

711 installs/wk local only
Ast Impact Mapper MCP
by vola-trebla

MCP server that uses TypeScript AST to find which tests are affected by a code change

49 installs/wk local only
Codecanvas
by donggyun112

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

316 installs/wk local only
mendapi
by mendapi

Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.

173 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only

Sonde — questions

Answers built from our own checks of this server.

Why is there no uptime for Sonde?
Sonde runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cheppulabs/sonde was installed 477 times last week.
How do I connect Sonde?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cheppulabs/sonde straight from npm; nothing to host, nothing to sign up for.
How many people use Sonde?
The npm package @cheppulabs/sonde was installed 477 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sonde open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.