← Index

io.github.Murugarajr/ohm-mcp

io.github.Murugarajr/ohm-mcp·v1.0.1·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "ohm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ohm-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "ohm-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ohm-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y ohm-mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "ohm-mcp": {
      "command": "uvx",
      "args": [
        "ohm-mcp"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other