my-pi for Cursor
io.github.boxboxmari/my-pi
Local-first MCP runtime for coding agents with safe workspace access, AST/LSP navigation, and Git.
client:Cursor
transport:stdio
runtime:npm
Install my-pi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"my-pi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@koonwang03/my-pi"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs