Skip to content
VS Code

my-pi for VS Code

io.github.boxboxmari/my-pi

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

client:VS Code transport:stdio runtime:npm

Install my-pi in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

my-pi in other clients