Sinter MCP Server

A local code knowledge graph for coding agents, shipped as one static binary. sinter builds a typed, directed graph of a repository's symbols with tree-sitter and keeps it fresh incrementally. Start in an unfamiliar repository with sinter map: it returns a bounded structural inventory with module node/file counts, dependency hubs measured by graph in-degree, documentation entry points, and graph-health limitations.…

People who work with code graph, codex and coding agents and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-09 · ★ 3 · #30 OF 229 MAINTAINED CODING AGENT · VERIFIED 2026-09-18

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

01 · Install Sinter

Claude Code

claude mcp add shellfu-sinter -- uvx sinter-io

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "shellfu-sinter": {
      "command": "uvx",
      "args": [
        "sinter-io"
      ]
    }
  }
}

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-15 - young repo, little track record yet

license Apache-2.0 - declared in the repository

pypi package sinter-io - check the name against the project README before installing (PyPI has no namespace ownership)

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

03 · What Sinter can do

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

Latest releases

v0.61.0 · 2026-09-09

v0.60.0 · 2026-09-03

v0.59.1 · 2026-09-03

04 · Who maintains Sinter

Sinter is maintained by shellfu. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
coding agent - ranked #30 of 229 actively-maintained coding agent servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-09)
registry
io.github.shellfu/sinter (active, first published 2026-08-31 · 13 versions)
packages
pypi:sinter-io

06 · Sinter FAQ

What is Sinter?

A local code knowledge graph for coding agents, shipped as one static binary. sinter builds a typed, directed graph of a repository's symbols with tree-sitter and keeps it fresh incrementally. Start in an unfamiliar repository with sinter map: it returns a bounded structural inventory with module node/file counts, dependency hubs measured by graph in-degree, documentation entry points, and graph-health limitations.…

Is Sinter still maintained?

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

How do I install Sinter?

Run `uvx sinter-io`. You can also paste the ready-made client config above.

Does Sinter run locally?

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

07 · Alternatives to Sinter

More coding agent MCP servers · Constellation · Codebase Chat · Live Memory · Slowave · Framingui

More Rust MCP servers · Minutes · XCRS Mobile & TV Automation · Crawlie · Lain · Dbx · see all