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 codeburnFacts
- Repository
- getagentseal/codeburn
- 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": "^1View full source on GitHub →Other mcp servers
ecc-universal
★ 229,918Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns
affaan-mupdated 15d agoMITchrome-devtools
★ 229,918affaan-mupdated 15d agoMIT@modelcontextprotocol/servers
★ 88,502Model Context Protocol servers
modelcontextprotocolupdated 19d agoNOASSERTIONmcp-docs
★ 88,502modelcontextprotocolupdated 19d agoNOASSERTIONmcp-search
★ 87,329thedotmackupdated 13d agoApache-2.0claude-mem
★ 87,329Memory compression system for Claude Code - persist context across sessions
thedotmackupdated 13d agoApache-2.0