Odel
ohm mcp

ohm mcp

Local
@murugarajr2PythonMITUpdated 7mo ago

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

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmohm-mcpv1.0.1

Run

npx -y ohm-mcp

MCP client config

{
  "mcpServers": {
    "ohm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ohm-mcp"
      ]
    }
  }
}
PyPIohm-mcpv1.0.1

Run

uvx ohm-mcp

MCP client config

{
  "mcpServers": {
    "ohm-mcp": {
      "command": "uvx",
      "args": [
        "ohm-mcp"
      ]
    }
  }
}