← Back to Plugins
MCP Server MCP

io.github.standardbeagle/dart-query

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @standardbeagle/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@standardbeagle/dart-query",
      "version": "0.3.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Dart AI API token (get it from: https://app.dartai.com/?settings=account)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DART_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...