Skip to content
Cursor

dart query for Cursor

io.github.standardbeagle/dart-query

Dart AI task management MCP with batch operations, DartQL selectors, CSV import, zero context rot

client:Cursor transport:stdio runtime:npm

Install dart query in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dart-query": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@standardbeagle/dart-query"
      ],
      "env": {
        "DART_TOKEN": "<DART_TOKEN>"
      }
    }
  }
}

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

dart query in other clients