What is the TokenTrace MCP server?
Local-first AI CLI usage analytics for agents.
How to install TokenTrace
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tokentrace": {
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tokentrace": {
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tokentrace": {
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tokentrace": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tokentrace",
"mcp"
]
}
}
}Claude Code
claude mcp add tokentrace -- npx -y tokentrace mcpRelated MCP servers
Agent-first MCP. 11 AST adapters, 12 named languages, 51 tools, mission outcomes. Local.
4
View repository →TypeScript
MIT
Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.
1
View repository →TypeScript
MIT
Agent-native catalogue of Baseframe Labs dev tools and MCP servers.