We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/buck-0x/eraser-io-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•376 B
# Required: Eraser.io API token
# Get yours at https://app.eraser.io/settings/api-tokens
ERASER_API_TOKEN=your_eraser_token_here
# Optional: Bearer token for MCP HTTP authentication
# Leave empty or unset for open access (no auth)
MCP_AUTH_TOKEN=
# Transport settings (used when running with --transport http or in Docker)
MCP_TRANSPORT=stdio
MCP_HOST=0.0.0.0
MCP_PORT=8000