Skip to content
VS Code

flutter structure mcp for VS Code

io.github.nilesh9783/flutter_structure_mcp

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

client:VS Code transport:stdio runtime:oci

Install flutter structure mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

flutter structure mcp in other clients