{
  "name": "io.github.drbarq/doppler-mcp",
  "description": "The official Doppler MCP lets an AI agent reference secrets stored in Doppler projects and environments without the values appearing in the conversation. Doppler's strength is the per-environment workflow (dev / staging / prod with different secrets); the MCP inherits that — the agent works against the environment its token is scoped to.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-31",
    "com.top-mcps/score": {
      "value": 64,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.648Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:52.394Z",
      "npmWeeklyDownloads": 63
    }
  },
  "repository": {
    "url": "https://github.com/drbarq/doppler-mcp",
    "source": "github"
  },
  "author": {
    "name": "Community (drbarq)"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@drbarq/doppler-mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "DOPPLER_TOKEN",
          "description": "DOPPLER_TOKEN — required credential for Doppler.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-only",
      "sandbox": "Doppler service token in env. Scope at the token level: one project + one config per token. Read-only by design.",
      "gotchas": [
        "Service tokens are long-lived. Rotate on the credential-rotation cadence.",
        "A wildcard token defeats the per-env model. Prefer one token per environment.",
        "Doppler caches secret values in the MCP process briefly; restart the MCP after rotating a secret to clear the cache."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/doppler",
    "markdown": "https://top-mcps.com/mcp/doppler.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
