flask-tools

FLASK-LLNL/flask-tools
★ 0 stars Python API Integration Updated today
Collection of tools and MCP servers supporting FLASK Copilot
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flask-tools": {
      "command": "uvx",
      "args": [
        "flask-tools"
      ]
    }
  }
}

Or install with pip: pip install flask-tools

README Excerpt

To install the package, clone the repository and run: ```bash pip install -e . flask-tools-install --extras all ``` Or install directly from GitHub: ```bash pip install git+https://github.com/FLASK-LLNL/FLASK-tools.git flask-tools-install --git-tag main --extras all ``` Here is a collection of commonly used MCP servers in the FLASK-copilot