Nyx5 for Cursor
io.github.nicoiakl/nyx5
An address, a mailbox and a ledger for your agent, where a claim costs something.
client:Cursor
transport:stdio
runtime:npm
Install Nyx5 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nyx5": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nyx5/nyx5"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs