claudegoodies
MCP Server

codeburn

From getagentseal

See where your AI spend goes - by task, tool, model, and project

Tracks AI coding spend broken down by task, tool, model, and project via an MCP server.

Use it when

  • Running multiple AI coding tools (Claude Code, Cursor, Codex, etc.) and want combined cost visibility
  • Need to compare token/spend usage across models or projects
  • Want a local dashboard for AI usage observability instead of per-tool reports

Skip it if

  • Requires Node >=22.13.0
  • Needs local network features (bonjour-service, self-signed certs) which may need extra setup/permissions
  • Only using one AI tool and don't need cross-tool cost aggregation

Install

claude mcp add codeburn -- npx -y codeburn

Facts

Status
Actively maintained
Last commit
Source file
package.json

Source preview

The instructions Claude Code reads when this mcp server runs.

{
  "name": "codeburn",
  "version": "0.9.15",
  "description": "See where your AI spend goes - by task, tool, model, and project",
  "type": "module",
  "main": "./dist/cli.js",
  "bin": {
    "codeburn": "dist/cli.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "bundle-litellm": "node scripts/bundle-litellm.mjs",
    "build": "node scripts/bundle-litellm.mjs && tsup && node -e \"const fs=require('fs'); fs.copyFileSync('src/cli.ts','dist/cli.js'); fs.chmodSync('dist/cli.js',0o755)\" && npm run build:dash",
    "build:dash": "cd dash && npm install --no-audit --no-fund --silent && npm run build",
    "dev": "NODE_OPTIONS=--no-deprecation tsx src/cli.ts",
    "test": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "claude-code",
    "cursor",
    "codex",
    "kimi",
    "devin",
    "ibm-bob",
    "opencode",
    "pi",
    "codebuff",
    "ai-coding",
    "token-usage",
    "cost-tracking",
    "observability",
    "developer-tools"
  ],
  "engines": {
    "node": ">=22.13.0"
  },
  "author": "AgentSeal <[email protected]>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/getagentseal/codeburn.git"
  },
  "bugs": {
    "url": "https://github.com/getagentseal/codeburn/issues"
  },
  "homepage": "https://github.com/getagentseal/codeburn#readme",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1
View full source on GitHub →

Other mcp servers