Arcus Agent Gateway for Cursor
io.github.alekskram/arcus-agent-gateway
Read-only MCP gateway to 194 tokenized US equities on Robinhood Chain: quotes, holders, whale moves.
client:Cursor
transport:stdio
runtime:pypi
Install Arcus Agent Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arcus-agent-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"arcus-agent-gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs