agentic ledger for VS Code
io.github.shekharbhardwaj/agentic-ledger
Local-first flight recorder for AI agents: sessions, costs, loop runs, and stuck-loop flags.
client:VS Code
transport:stdio
runtime:pypi
Install agentic ledger in VS Code
.vscode/mcp.json
{
"servers": {
"agentic-ledger": {
"type": "stdio",
"command": "uvx",
"args": [
"agentic-ledger"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs