computeledger for Cursor
io.github.rudrendupaul/computeledger
Signs, hash-chains, and verifies compute usage receipts via an MCP server, no issuer trust required.
client:Cursor
transport:stdio
runtime:pypi
Install computeledger in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"computeledger": {
"type": "stdio",
"command": "uvx",
"args": [
"computeledger-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs