Installation & Configuration
{
"mcpServers": {
"code-cleanup": {
"type": "stdio",
"timeout": 300,
"command": "npx",
"args": [
"--yes",
"@first-to-fly/code-cleanup"
],
"env": {
"CODEBASE_PATH": "__PWD__",
"GOOGLE_API_KEY": "__CODEBASE_GOOGLE_API_KEY__"
},
"alwaysAllow": [
"cleanup_code_files"
],
"disabled": false
}
}
}Information
Transport
stdio
Language
TypeScript
Created
2025/4/5
Updated
2025/4/5