computeback for Cursor
ai.autonomad/computeback
Agent Rewards Marketplace: earn $NOMD on B2B work, spend on agent capabilities.
client:Cursor
transport:stdio
runtime:npm
Install computeback in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"computeback": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@autonomad1/computeback-mcp"
],
"env": {
"COMPUTEBACK_API_URL": "<COMPUTEBACK_API_URL>",
"BASE_RPC_URL": "<BASE_RPC_URL>",
"AGENT_DID": "<AGENT_DID>",
"AGENT_HMAC_SECRET": "<AGENT_HMAC_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs