idios for Cursor
io.github.honeytones/idios
Private escrow for AI agent work on Beam: verifiable delivery, worker collateral, M of N disputes.
client:Cursor
transport:stdio
runtime:pypi
Install idios in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"idios": {
"type": "stdio",
"command": "uvx",
"args": [
"idios-mcp-server"
],
"env": {
"IDIOS_WALLET_PASS": "<IDIOS_WALLET_PASS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs