Aster Agent Gateway for VS Code
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:VS Code
transport:stdio
runtime:pypi
Install Aster Agent Gateway in VS Code
.vscode/mcp.json
{
"servers": {
"aster-agent-gateway": {
"type": "stdio",
"command": "uvx",
"args": [
"aster-agent-gateway"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs