Local-first MCP runtime for coding agents with safe workspace access, AST/LSP navigation, and Git.
claude mcp add my-pi -- npx -y @koonwang03/my-pi
claude_desktop_config.json
{
"mcpServers": {
"my-pi": {
"command": "npx",
"args": [
"-y",
"@koonwang03/my-pi"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"my-pi": {
"command": "npx",
"args": [
"-y",
"@koonwang03/my-pi"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"my-pi": {
"command": "npx",
"args": [
"-y",
"@koonwang03/my-pi"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"my-pi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@koonwang03/my-pi"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"my-pi": {
"command": "npx",
"args": [
"-y",
"@koonwang03/my-pi"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.BoxBoxmari--my-pi/reviews or the review_server meta-tool.
POST /mcp