Aster Agent Gateway for Cursor
io.github.alekskram/aster-agent-gateway
Read-only MCP gateway to Aster DEX: 24/7 gold, oil and equity perps, funding with real intervals.
client:Cursor
transport:stdio
runtime:pypi
Install Aster Agent Gateway in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aster-agent-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"aster-agent-gateway"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs