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 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues