Dungbeetle MCP server
dev.dungbeetle/mcp
Documentation
Installation
Run the server with npx -y dungbeetle-mcp. Install the Dungbeetle CLI with npm install -g dungbeetle if you need to mint or revoke agent tokens.
Configuration
Use DUNGBEETLE_AGENT_TOKEN for the recommended scoped agent token, or DUNGBEETLE_CLIENT_ID plus DUNGBEETLE_CLIENT_SECRET for CI-style access. Set DUNGBEETLE_SERVER_URL only when pointing at a self-hosted Dungbeetle server.
Capabilities
List recent runs, inspect structured diffs, fetch review URLs, read analytics and usage, and approve, reject, or reopen runs.
Limitations
Mutating tools are marked destructive and should be confirmed by the client. The server runs over stdio, defaults to the hosted cloud, and a hosted remote MCP connector is not yet available.
