app-context-mcp

nvhien224/app-context-mcp
★ 0 stars Python 🤖 AI/LLM Updated 2d ago
One-tool MCP context/evidence server for Flutter codebases
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": {
    "app-context-mcp": {
      "command": "uvx",
      "args": [
        "app-context-mcp"
      ]
    }
  }
}

Or install with pip: pip install app-context-mcp

README Excerpt

One-tool MCP context/evidence server for Flutter codebases. Goal: let Dev/PM/PO/BA/QC/BE use their own AI client (Claude, Cursor, Hermes, Gemini, etc.) to ask about current Flutter app behavior without making the AI client read the whole codebase. The MCP server does **not** include an LLM layer. It returns a structured evidence pack: screens, flows, UI conditions, API calls, API fields, trace graph, confidence, unknowns, and follow-up questions. The caller's AI client synthesizes the final answ

Tools (1)

ask_app_context_tool