Skip to content
VS Code

Arcus Agent Gateway for VS Code

io.github.alekskram/arcus-agent-gateway

Read-only MCP gateway to 194 tokenized US equities on Robinhood Chain: quotes, holders, whale moves.

client:VS Code transport:stdio runtime:pypi

Install Arcus Agent Gateway in VS Code

.vscode/mcp.json

{
  "servers": {
    "arcus-agent-gateway": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arcus-agent-gateway"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Arcus Agent Gateway in other clients