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).
Run
npx -y ohm-mcp
MCP client config
{
"mcpServers": {
"ohm-mcp": {
"command": "npx",
"args": [
"-y",
"ohm-mcp"
]
}
}
}Run
uvx ohm-mcp
MCP client config
{
"mcpServers": {
"ohm-mcp": {
"command": "uvx",
"args": [
"ohm-mcp"
]
}
}
}