Tidy
MCP Serverby ssiumha · Added 5mo ago
Claude
9
Install
git clone https://github.com/ssiumha/dotsAdd to Claude
claude mcp add tidyQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"tidy": {
"command": "npx",
"args": [
"@modelcontextprotocol/tidy"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Performs small structural code cleanups (tidyings). Use when preparing code changes, removing dead code, reducing nesting, or cleaning up before feature work.
Tags
developmentbashrefactoringgitskill