Skip to content

flutter structure mcp for Grok

io.github.nilesh9783/flutter_structure_mcp

Audit architecture, security, memory, and code quality in Flutter, Laravel, Node, Python, & Vue.

client:Grok transport:stdio runtime:oci

Install flutter structure mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "flutter_structure_mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/nilesh9783/flutter_structure_mcp:1.0.3"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

flutter structure mcp in other clients