mcpbeat Sign in

my-pi MCP Server

by boxboxmari Your server? Claim it
local only

my-pi runs on your own machine — the client starts it, so there is no endpoint to ping. 193 installs a week from npm. Last commit 16 Sep 2026.

Local-first MCP runtime for coding agents with safe workspace access, AST/LSP navigation, and Git.

Installs per day peak 155 · avg 7 · +642% w/w
a month agotoday
193
Installs / week
npm · @koonwang03/my-pi
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

  return path.join(base, "my-pi", "coordination", projectKeyValue);
Runs an external command packages/lsp/src/process-adapter.ts:6
  spawn(command: string, args: string[]): Promise<void>;
Touches key and credential files packages/graph-projection/src/projections.ts:60
const SENSITIVE_RELATIVE_PATH = /(^|\/)(?:\.env(?:\.[^/]*)?|\.aws|\.ssh|\.npmrc|\.netrc|\.git-credentials|credentials(?:\.[^/]*)?|secrets?(?:\.[^/]*)?|[^/]+\.(?:pem|key|p12|pfx))(?:\/|$)/i;

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

Alternatives to my-pi

same job, measured the same way
Scripthold
by zoster81

Secure encoding-aware local workspace runtime for AI agents

local only
Seam Runtime
by blackhatshiftey

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

46 installs/wk local only
Nexusmem
by yaminbkk

Local-first memory for AI coding agents: shell history with exit codes, git diffs, docs, MCP.

329 installs/wk local only
Orbit
by constellation-works

Orbit's local-first task and workflow registry for coding agents.

624 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only
Agentic MCP
by hugolsramos01-bit

Local coding tools for ChatGPT Developer Mode and MCP clients with safe editing and shell execution.

318 installs/wk local only
Basalt
by joshiii-xyz

Local SQL workspaces with bounded, recoverable writes for coding agents.

local only

my-pi — questions

Answers built from our own checks of this server.

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