Back to directory
@first-to-fly/code-cleanup

@first-to-fly/code-cleanup

@first-to-fly0

A MCP server for cleaning up code files using Google's Generative AI, with stash backup and custom prompts.

code cleanuptypescriptbungoogle generative aitool

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