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

first-to-fly/code-cleanup

@first-to-fly

A Model Context Protocol server for cleaning up code files using Google's Generative AI.

mcpcode-cleanuptypescriptgoogle-aicode-formattingdeveloper-toolstool

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
2026/6/13
Updated
2026/6/13