← Back to browse

dart-query

Indexed by io.github.standardbeagle

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsDART_TOKEN
Claude Code
claude mcp add --env DART_TOKEN= dart-query -- npx @standardbeagle/dart-query
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"dart-query","command":"npx","args":["@standardbeagle/dart-query"],"env":{"DART_TOKEN":""}}'
JSON
{
  "mcpServers": {
    "dart-query": {
      "command": "npx",
      "args": [
        "@standardbeagle/dart-query"
      ],
      "env": {
        "DART_TOKEN": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.