capacity attest for Cursor
io.github.holistis/capacity-attest
Signed delivery claims for x402 capacity trades: GPU-hours, storage, API credits, bandwidth.
client:Cursor
transport:stdio
runtime:npm
Install capacity attest in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"capacity-attest": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"capacity-attest"
],
"env": {
"CAPACITY_ATTEST_DATA_DIR": "<CAPACITY_ATTEST_DATA_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs