ledger for Cursor
io.github.eternal-roman/ledger
Exact-decimal double-entry for agents. Call MCP tools; do not do money math in tokens.
client:Cursor
transport:stdio
runtime:npm
Install ledger in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ledger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@eternal-roman/ledger-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs