helldivers2-mcp
by xerno42
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port to listen on | 3000 |
| BIND_HOST | No | Interface to bind (0.0.0.0 for Docker/containers) | 127.0.0.1 |
| X_SUPER_CONTACT | Yes | Forwarded as X-Super-Contact to the upstream API per their usage guidelines | |
| MCP_ALLOWED_ORIGINS | No | Comma-separated list of allowed browser Origin headers. Unset means browser-originated requests are blocked; server-to-server calls (no Origin header) are always allowed | |
| MCP_RATE_LIMIT_BURST | No | Burst capacity for the token-bucket rate limiter | = MCP_RATE_LIMIT_PER_MIN |
| MCP_RATE_LIMIT_PER_MIN | No | Sustained request rate limit (requests per minute) | 60 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/xerno42/helldivers2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server