mcpbeat Sign in

Sinter MCP Server

local only

Sinter runs on your own machine — the client starts it, so there is no endpoint to ping. 6 121 installs a week from pypi. Last commit 1 Sep 2026.

Persistent, evidence-backed code graph for coding agents.

Installs per day peak 4 001 · avg 1 506
a month agotoday
6 121
Installs / week
pypi · sinter-io
3
Stars
1 open issues
1 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Rust

Nothing serious here today

Today is the operative word: we check Sinter every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 sinter -- uvx sinter-io
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sinter": {
      "args": [
        "sinter-io"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sinter]
command = "uvx"
args = ["sinter-io"]
.cursor/mcp.json
{
  "mcpServers": {
    "sinter": {
      "args": [
        "sinter-io"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sinter": {
      "args": [
        "sinter-io"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Sinter

same job, measured the same way
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

162 installs/wk local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

161 installs/wk local only
Codemesh
by pyalwin

Intelligent code knowledge graph for AI coding agents — 71% cheaper, 72% faster

54 installs/wk local only
Before Users Do
by bhuman-ai

Browser-backed QA with evidence and fix-ready reports for coding agents.

answering
Code Factory
by zrk222

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

3 727 installs/wk local only
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

393 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

165 installs/wk local only
Contextful
by inferensys

Efficient context management: code search, evidence packs, and memory for coding agents.

69 installs/wk local only

Sinter — questions

Answers built from our own checks of this server.

Why is there no uptime for Sinter?
Sinter 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 pypi package sinter-io was installed 6 121 times last week.
How do I connect Sinter?
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 sinter-io straight from pypi; nothing to host, nothing to sign up for.
How many people use Sinter?
The pypi package sinter-io was installed 6 121 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 Sinter open source?
Yes — it is published under the Apache-2.0 licence, written in Rust, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.