Mcp Python Refactoring
@slamer59
About Mcp Python Refactoring
Educational Python refactoring assistant with guided suggestions for AI assistants
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"python-refactoring": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/slamer59/mcp-python-refactoring.git",
"python-refactor",
"server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Mcp Python Refactoring?
Mcp Python Refactoring is a Model Context Protocol (MCP) server that analyzes Python code and provides guided refactoring suggestions without automatically modifying your code. It integrates with AI coding assistants such as Claude, ChatGPT, and Cursor to deliver structured refactoring guidance for Python developers.
How to use Mcp Python Refactoring?
Install and run using uvx: uvx --from git+https://github.com/slamer59/mcp-python-refactoring.git python-refactor server. Add it to Claude Code with claude-code mcp add mcp-python-refactoring uvx --from git+https://github.com/slamer59/mcp-python-refactoring.git python-refactor server. For local development, run python -m mcp_refactoring_assistant server or use the python-refactor server entry point.
Key features of Mcp Python Refactoring?
- Analyzes Python code for refactoring opportunities
- Provides structured JSON guidance with line numbers
- Detects long functions, high complexity, dead code
- Uses professional tools:
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments