Sonde MCP Server

A local code-context engine for AI coding agents. Sonde indexes a TypeScript, Python, or Swift repository into a symbol-level graph in SQLite and exposes three MCP tools - find_symbols, query_graph, and get_impact_radius - so an agent can answer who calls this, what breaks if I change it, and which tests relate to it in one call instead of a search loop.

People who work with code analysis, developer tools and swift and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-31 · ★ 4 · #63 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Sonde

Claude Code

claude mcp add anishmoncivarghese-sonde -- npx -y @cheppulabs/sonde

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-24 - young repo, little track record yet

license Apache-2.0 - declared in the repository

npm package @cheppulabs/sonde - the @cheppulabs scope differs from the repo owner (anishmoncivarghese); confirm it's the project's official package

registry namespace io.github.anishmoncivarghese is GitHub-verified and matches the repo owner

03 · What Sonde can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.4.4 · 2026-08-31

A patch release of three clarity fixes, all found by using Sonde on a real project rather than by testing it. · sonde doc explained nothing when it had nothing to draw · Pointed at a flat Python package - 22 files in…

v0.4.3 · 2026-08-31

A patch release worth taking promptly if you are on Node 20. · The bug · Running any real sonde command on Node 20 segfaulted with no output at all - exit 139, no message, no stack trace. · What made it bad is that…

v0.4.2 · 2026-08-31

A patch release fixing two defects in sonde doc --module, the on-demand symbol detail view. Neither affects the committed ARCHITECTURE.md. · Duplicate rows · sonde doc --module src/doc listed WriteOutcome.action four…

04 · Who maintains Sonde

sonde is maintained by anishmoncivarghese. We track 2 MCP servers from anishmoncivarghese - 2 actively maintained, 11 combined GitHub stars, oldest repo from Aug 2026. Full record: all servers from anishmoncivarghese.

  1. docsift Convert a document once, then get back only the passages that answer a question. ★ 7

05 · Facts

category
coding agent - ranked #63 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
9 releases in the last 90 days (latest 2026-08-31)
registry
io.github.anishmoncivarghese/sonde (active, first published 2026-08-30 · 6 versions)
packages
npm:@cheppulabs/sonde

06 · Sonde FAQ

What is Sonde?

A local code-context engine for AI coding agents. Sonde indexes a TypeScript, Python, or Swift repository into a symbol-level graph in SQLite and exposes three MCP tools - find_symbols, query_graph, and get_impact_radius - so an agent can answer who calls this, what breaks if I change it, and which tests relate to it in one call instead of a search loop.

Is Sonde still maintained?

Yes - as of 2026-09-18, its last commit was 2026-08-31 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Sonde?

Run `npx -y @cheppulabs/sonde`. You can also paste the ready-made client config above.

Does Sonde run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sonde

More coding agent MCP servers · Cartograph · Token Save · Aperion Shield · Rosetta MCP Server · Eu AI Act

More TypeScript MCP servers · Anki MCP Server · Ng Blatui · Mac Use MCP · Leapfrog · see all