Skip to content
Zed

ohm mcp for Zed

io.github.murugarajr/ohm-mcp

AST-based Python refactoring MCP server with safe automated refactorings and rollback

client:Zed transport:stdio runtime:npm

Install ohm mcp in Zed

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

{
  "context_servers": {
    "ohm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ohm-mcp"
      ]
    }
  }
}

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

ohm mcp in other clients