SBOR for Cursor
xyz.sbor/sbor
Check a lending rate before your agent borrows. Stacks benchmark, read from contract state. No key.
client:Cursor
transport:stdio
runtime:npm
Install SBOR in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sbor": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sbor-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs