Mcp Python Refactoring
@slamer59
Mcp Python Refactoring について
Educational Python refactoring assistant with guided suggestions for AI assistants
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"python-refactoring": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/slamer59/mcp-python-refactoring.git",
"python-refactor",
"server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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:
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser 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.
コメント