Skip to content
Zed

my-pi for Zed

io.github.boxboxmari/my-pi

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

client:Zed transport:stdio runtime:npm

Install my-pi in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "my-pi": {
      "command": "npx",
      "args": [
        "-y",
        "@koonwang03/my-pi"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

my-pi in other clients