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.
05 · Facts
- repository
- github.com/anishmoncivarghese/sonde
- 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
Alternatives to Sonde
Maintained coding agent servers if Sonde isn't the fit.
- Serena A powerful toolkit for coding, providing semantic retrieval and editing capabilities. ★ 29,556 · 2026-09-17
- Desktop Commander MCP server for terminal commands, file operations, and process management ★ 9,633 · 2026-09-17
- Ouroboros Pins an acceptance spec; the verify command and expected output never enter the success contract. ★ 6,016 · 2026-09-15
- Socraticode MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs. ★ 3,312 · 2026-09-17
- Omnara Deploy durable AI agents with Omnara, an open-source managed-agent platform. ★ 2,858 · 2026-09-18
- Docs Search and read Empryo's documentation. Read-only, no auth, no local access. ★ 1,246 · 2026-09-17
Pairs well with
Servers that cover what Sonde doesn't - only shown when the pairing reason fits the companion.
- Context7 → documentation companion documentation · ★ 62,152
- GitLab MCP → documentation companion documentation · ★ 1,984
- Xcode Build MCP → developer tools companion developer tools · ★ 6,397
- Sentry MCP → developer tools companion developer tools · ★ 855
- Server Filesystem → filesystem companion filesystem · ★ 39,038
- Pdf MCP → filesystem companion filesystem · ★ 135
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