Skip to content
Cursor

flutter structure mcp for Cursor

io.github.nilesh9783/flutter_structure_mcp

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

client:Cursor transport:stdio runtime:oci

Install flutter structure mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

flutter structure mcp in other clients