Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_LEVEL | No | Logging level (default: INFO) | INFO |
| TRAEFIK_API_KEY | No | API key for Bearer token authentication | |
| TRAEFIK_API_URL | Yes | URL of your Traefik API endpoint (e.g., http://localhost:8080) | |
| TRAEFIK_BASIC_AUTH_PASSWORD | No | Password for basic authentication | |
| TRAEFIK_BASIC_AUTH_USERNAME | No | Username for basic authentication |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_traefik_overview | Get an overview of the Traefik instance configuration |
| list_routers | List all HTTP routers in Traefik |
| get_router_details | Get detailed configuration for a specific router |
| list_services | List all HTTP services in Traefik |
| get_service_details | Get detailed configuration for a specific service |
| list_middlewares | List all HTTP middlewares in Traefik |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |