Skip to main content

cleanbev-mcp

MCP server for cleanbev — clean unused Flutter assets from any MCP-compatible AI tool.

Requirements

  • Dart SDK on PATH
  • dart pub global activate cleanbev

Getting Started

Quick Install

Click one of the buttons below to install the MCP server in your preferred IDE:

Install in VS Code Install in VS Code Insiders Install in Visual Studio Install in Cursor

Manual Installation

Standard config works in most tools:

{
  "servers": {
    "cleanbev-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "cleanbev-mcp",
        "cleanbev-mcp"
      ],
      "env": {}
    }
  }
}
VS Code

Click the button to install:

Install in VS Code

Or install manually:

Follow the MCP install guide, use the standard config above. You can also install the cleanbev-mcp MCP server using the VS Code CLI:

code --add-mcp '{\"name\":\"cleanbev-mcp\",\"command\":\"uvx\",\"args\":[\"--from\",\"cleanbev-mcp\",\"cleanbev-mcp\"],\"env\":{}}'

After installation, the cleanbev-mcp MCP server will be available for use with your GitHub Copilot agent in VS Code.

VS Code Insiders

Click the button to install:

Install in VS Code Insiders

Or install manually:

Follow the MCP install guide, use the standard config above. You can also install the cleanbev-mcp MCP server using the VS Code Insiders CLI:

code-insiders --add-mcp '{\"name\":\"cleanbev-mcp\",\"command\":\"uvx\",\"args\":[\"--from\",\"cleanbev-mcp\",\"cleanbev-mcp\"],\"env\":{}}'

After installation, the cleanbev-mcp MCP server will be available for use with your GitHub Copilot agent in VS Code Insiders.

Visual Studio

Click the button to install:

Install in Visual Studio

Or install manually:

  1. Open Visual Studio
  2. Navigate to the GitHub Copilot Chat window
  3. Click the tools icon (🛠️) in the chat toolbar
  4. Click the + "Add Server" button to open the "Configure MCP server" dialog
  5. Fill in the configuration:
    • Server ID: cleanbev-mcp
    • Type: Select stdio from the dropdown
    • Command: uvx
    • Arguments: --from cleanbev-mcp cleanbev-mcp
  6. Click "Save" to add the server

For detailed instructions, see the Visual Studio MCP documentation.

Cursor

Click the button to install:

Install in Cursor

Or install manually:

Go to Cursor Settings -> MCP -> Add new MCP Server. Name to your liking, use command type with the command from the standard config above. You can also verify config or add command like arguments via clicking Edit.

Claude Code

Use the Claude Code CLI to add the cleanbev-mcp MCP server:

claude mcp add cleanbev-mcp uvx --from cleanbev-mcp cleanbev-mcp
Claude Desktop

Follow the MCP install guide, use the standard config above.

Warp

Go to Settings -> AI -> Manage MCP Servers -> + Add to add an MCP Server. Use the standard config above.

Alternatively, use the slash command /add-mcp in the Warp prompt and paste the standard config from above.

GitHub Copilot CLI

GitHub Copilot CLI supports adding MCP servers interactively and through a config file.

Option 1: Interactive setup with /mcp add

  1. Open GitHub Copilot CLI in interactive mode.
  2. Run /mcp add.
  3. Enter Server Name: cleanbev-mcp.
  4. Choose Server Type:
    • STDIO for command-based servers
    • HTTP for remote servers
  5. Fill in command/url settings from the standard config above and set Tools to *.
  6. Press Ctrl+S to save.

Option 2: Edit ~/.copilot/mcp-config.json

{
  "mcpServers": {
    "cleanbev-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "cleanbev-mcp",
        "cleanbev-mcp"
      ],
      "env": {},
      "type": "local",
      "tools": [
        "*"
      ]
    }
  }
}

For more information, see the GitHub Copilot CLI MCP documentation.

GitHub Copilot Coding Agent

GitHub Copilot Coding Agent can use MCP servers to extend its capabilities. Use the configuration below specifically formatted for the Coding Agent:

{
  "mcpServers": {
    "cleanbev-mcp": {
      "command": "uvx",
      "args": [
        "--from",
        "cleanbev-mcp",
        "cleanbev-mcp"
      ],
      "env": {},
      "type": "local",
      "tools": [
        "*"
      ]
    }
  }
}

Add this configuration to your repository settings under Copilot > Coding agent. The "tools": ["*"] setting enables all available tools from the MCP server.

For more information, see the GitHub Copilot Coding Agent MCP documentation.

Configuration Details

  • Server Name: cleanbev-mcp
  • Type: UVX Package
  • Package: cleanbev-mcp
  • From: cleanbev-mcp

Need Help?

For more information about the Model Context Protocol, visit modelcontextprotocol.io.

For any other issues, consider opening an issue on the cleanbev GitHub repository

Contributing

Contributions to the Cleanbev MCP are welcome! If you have ideas for improvements or want to report bugs, please open an issue or submit a pull request on the cleanbev GitHub repository.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cleanbev_mcp-0.1.2.tar.gz (50.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cleanbev_mcp-0.1.2-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file cleanbev_mcp-0.1.2.tar.gz.

File metadata

  • Download URL: cleanbev_mcp-0.1.2.tar.gz
  • Upload date:
  • Size: 50.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for cleanbev_mcp-0.1.2.tar.gz
Algorithm Hash digest
SHA256 d18672e3ad8bbb1e750420478dfe2302d3ec1bdf75da1d5a0e98e5d3bb669b3a
MD5 aed8834a259e2ad7a7b0c057338def86
BLAKE2b-256 c4d0d3345f6868c35b2a048eb16bd16ce5321e052d5cba73abb0d213e02e1c14

See more details on using hashes here.

File details

Details for the file cleanbev_mcp-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: cleanbev_mcp-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for cleanbev_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 1ebcf486eaeea1f39fe5d494aa595adaab503bf550142b0f9302353d73b1e32d
MD5 a8f057041ff8853f79001fa04ae4e8cd
BLAKE2b-256 5ee4a6fae549bebea2bd2dbf8b557a9aed3994278eb33c4eb6f0db8e58f8f4ee

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.2 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page