5g-ddos-mcp
by core-ncsrd
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PORT | No | Server port | 8000 |
| LOG_LEVEL | No | Logging level | INFO |
| LLM_BACKEND | No | Backend LLM provider: claude, ollama, or openai_compatible | claude |
| CLAUDE_MODEL | No | Anthropic model ID | claude-sonnet-4-6 |
| OLLAMA_MODEL | No | Any model pulled via ollama pull | llama3.2 |
| OPENAI_MODEL | No | Model name at the endpoint | gpt-4o-mini |
| LLM_MAX_TOKENS | No | Max tokens for LLM completions | 2048 |
| OPENAI_API_KEY | No | Required when LLM_BACKEND=openai_compatible | |
| LLM_TEMPERATURE | No | Generation temperature | 0.3 |
| OLLAMA_BASE_URL | No | Ollama server URL | http://localhost:11434 |
| OPENAI_BASE_URL | No | Any OpenAI-compatible endpoint URL | https://api.openai.com/v1 |
| RESPONSE_API_KEY | No | Bearer token for the response API (optional) | |
| RESPONSE_API_URL | No | Network management API for auto-execute (optional) | |
| ANOMALY_THRESHOLD | No | Attack confidence threshold (0.0–1.0) | 0.5 |
| ANTHROPIC_API_KEY | No | Required when LLM_BACKEND=claude |
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
ActivityInactive
ResponsivenessNo issues