oh-my-pi (MCP Server)

GitHub

โŒฅ AI Coding agent for the terminal โ€” hash-anchored edits, optimized tool harness, LSP, Python, browser, subagents, and more

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "oh-my-pi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-oh-my-pi"
      ]
    }
  }
}