We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dileepgaganr/robinhood-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
services:
robinhood:
build: .
container_name: robinhood
env_file:
- .env
# Keep container running and allow stdin interaction
stdin_open: true # -i
tty: false # We want raw stdout/stdin for MCP, not a TTY
restart: unless-stopped