MCP server exposing Martin Fowler's refactoring catalog to LLMs
Project description
mcp-refactoring
An MCP (Model Context Protocol) server that exposes Martin Fowler's refactoring catalog to LLMs through a pluggable, language-agnostic architecture.
Features
- 71+ Refactorings: Full implementation of Martin Fowler's refactoring catalog
- Pluggable Architecture: Support for multiple languages (Python first, Ruby/Java/Go planned)
- Safe by Default: Preview mode shows changes before applying
- LLM-Optimized: TOON output format for token efficiency
Installation
# Using uvx (recommended)
uvx mcp-refactoring
# Using pip
pip install mcp-refactoring
# Using pipx
pipx install mcp-refactoring
Requirements
- Python 3.10+
- A language backend (e.g.,
molting-clifor Python)
Install the Python backend:
pip install molting-cli
Claude Desktop Configuration
Add to your Claude Desktop config:
{
"mcpServers": {
"refactoring": {
"command": "uvx",
"args": ["mcp-refactoring"]
}
}
}
Available Tools
list_refactorings
List available refactorings with their parameter contracts.
list_refactorings(language="python", category="composing_methods")
preview_refactoring
Preview what changes a refactoring would make (dry-run).
preview_refactoring(
refactoring="extract-method",
target="src/order.py::Order::calculate#L10-L15",
params={"name": "calculate_tax"}
)
apply_refactoring
Apply a refactoring to the codebase.
apply_refactoring(
refactoring="rename-method",
target="src/order.py::Order::calc",
params={"new_name": "calculate_total"}
)
inspect_structure
Get structural information about code.
inspect_structure(path="src/order.py", depth="method")
analyze_code
Analyze code for smells and suggest refactorings.
analyze_code(path="src/order.py", smells=["long-method"])
Target Specification
Each language uses its native conventions:
Python
src/order.py::Order::calculate_total # Method
src/order.py::Order::calculate_total#L10-L15 # Line range
src/order.py::Order # Class
Configuration
Create ~/.mcp-refactoring/config.toml:
[backends.python]
enabled = true
command = "molting"
[backends.ruby]
enabled = false
command = "molting-rb"
Environment variable overrides:
MCP_REFACTORING_PYTHON_COMMAND=/path/to/molting
MCP_REFACTORING_PYTHON_ENABLED=true
Refactoring Categories
Based on Martin Fowler's catalog:
- Composing Methods: extract-method, inline-method, etc.
- Moving Features: move-method, extract-class, etc.
- Organizing Data: encapsulate-field, replace-type-code, etc.
- Simplifying Conditionals: decompose-conditional, guard-clauses, etc.
- Simplifying Method Calls: rename-method, add-parameter, etc.
- Dealing with Generalization: pull-up-method, extract-interface, etc.
Development
# Clone the repository
git clone https://github.com/marshally/mcp-refactoring.git
cd mcp-refactoring
# Install in development mode
pip install -e ".[dev]"
# Run tests
pytest
# Run linter
ruff check .
# Run type checker
mypy src/
License
MIT License - see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_refactoring-0.1.2.tar.gz.
File metadata
- Download URL: mcp_refactoring-0.1.2.tar.gz
- Upload date:
- Size: 35.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33b2f8437bb0dc51ff806110a61a81c735f27420a2200bb7d621d4b888f87d85
|
|
| MD5 |
06f3eb23fcf9aa2d42cd6f3408698e1b
|
|
| BLAKE2b-256 |
52a117f116a1a66898d88e68ffdc2c00c605630354d02ed58319193135f49ba3
|
Provenance
The following attestation bundles were made for mcp_refactoring-0.1.2.tar.gz:
Publisher:
python-publish.yml on marshally/mcp-refactoring
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_refactoring-0.1.2.tar.gz -
Subject digest:
33b2f8437bb0dc51ff806110a61a81c735f27420a2200bb7d621d4b888f87d85 - Sigstore transparency entry: 731735759
- Sigstore integration time:
-
Permalink:
marshally/mcp-refactoring@30d981a7a9bf3c322271b0729c2ff4347fd3ca89 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/marshally
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@30d981a7a9bf3c322271b0729c2ff4347fd3ca89 -
Trigger Event:
release
-
Statement type:
File details
Details for the file mcp_refactoring-0.1.2-py3-none-any.whl.
File metadata
- Download URL: mcp_refactoring-0.1.2-py3-none-any.whl
- Upload date:
- Size: 29.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26bb214b200d3c0ad6d289110e136c5cbfdeb8ddf80caf7a61cc82b4d17a41ea
|
|
| MD5 |
aabf0c18a549990cdef976a13235b93e
|
|
| BLAKE2b-256 |
9e5bbb83687ce302f115c0d46b7cf46476fda52643958d01436671ea8a7b75a4
|
Provenance
The following attestation bundles were made for mcp_refactoring-0.1.2-py3-none-any.whl:
Publisher:
python-publish.yml on marshally/mcp-refactoring
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mcp_refactoring-0.1.2-py3-none-any.whl -
Subject digest:
26bb214b200d3c0ad6d289110e136c5cbfdeb8ddf80caf7a61cc82b4d17a41ea - Sigstore transparency entry: 731735760
- Sigstore integration time:
-
Permalink:
marshally/mcp-refactoring@30d981a7a9bf3c322271b0729c2ff4347fd3ca89 -
Branch / Tag:
refs/tags/v0.1.2 - Owner: https://github.com/marshally
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@30d981a7a9bf3c322271b0729c2ff4347fd3ca89 -
Trigger Event:
release
-
Statement type: