mcpbeat Sign in

Sipcode MCP Server

local only

Sipcode runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from npm. Last commit 4 Jul 2026.

Context hygiene for Claude Code: drift detection, re-read dedup, and token analytics.

Installs per day peak 222 · avg 34 · -75% w/w
a month agotoday
113
Installs / week
npm · sipcode
46
Stars
47 open issues
4 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 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.

    const outPath = path.join(cwd, ".sipcode", htmlName);
  const res = spawnSync(npmBin, [...args], { stdio: "inherit" });

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

Alternatives to Sipcode

same job, measured the same way
Humantextpro
by humantextpro

AI text detection and humanization for Claude Code, Cursor, and Windsurf.

29 installs/wk local only
Phi Guard MCP
by abidit

Local-first PHI detection for source code, LLM prompts, logs, and analytics

80 installs/wk local only
Signalpipe
by abyousef739

Agentic Reddit/HN buying-signal detection for Claude Code, Cursor, and Windsurf via MCP.

answering
Tokenscope
by wartzar-bee

Analyze Claude Code session cost & context attribution: output, cached re-reads, cache writes.

38 installs/wk local only
Threadmap MCP
by advertflair

Conversation drift visualization for Claude. Color-coded inflection points and one-click forking.

47 installs/wk local only
Recall
by clauderecallhq

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

430 installs/wk local only
C
Recall
by clauderecall

Persistent memory for Claude Code. Search, recall, and re-inject context from any session.

local only
MCP Toolz
by taylorleese

Context management, todo persistence, and multi-AI perspectives for Claude Code

239 installs/wk local only

Sipcode — questions

Answers built from our own checks of this server.

Why is there no uptime for Sipcode?
Sipcode 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 sipcode was installed 113 times last week.
How do I connect Sipcode?
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 sipcode straight from npm; nothing to host, nothing to sign up for.
How many people use Sipcode?
The npm package sipcode was installed 113 times in the last week. Week over week that is -75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sipcode open source?
Yes — it is published under the MIT licence, written in TypeScript, 46 stars on GitHub and 47 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.