flutter-dev-agents

michal-giza/flutter-dev-agents
★ 0 stars Python 🤖 AI/LLM Updated 6d ago
MCP server for autonomous Flutter dev. 100 tools, 4-tier test suite, multi-project loop. RAG-aware (hybrid retrieval + CRAG + Reflexion + Voyager skill library). Companion to rag-search course.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flutter-dev-agents": {
      "command": "uvx",
      "args": [
        "flutter-dev-agents"
      ]
    }
  }
}

Or install with pip: pip install flutter-dev-agents