mada-tools

llnl/mada-tools
★ 0 stars Python AI/LLM Updated today
The Multi-Agent Design Assistant (MADA) Tools project is a Python-powered repository that provides a centralized library of AI tools, like MCP servers, skills files, and more.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install mada-tools

README Excerpt

This repository contains AI tooling for the MADA (Multi-Agent Design Assistant) ecosystem, including Model Context Protocol (MCP) servers. ``` mada-tools/ ├── src/ │ └── mada_tools/ │ ├── shared/ # Common utilities and base classes │ ├── scheduler/ # Job scheduling tools