Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KUBECONFIG | No | Path to the Kubernetes config file. The server auto-detects in-cluster config, then falls back to ~/.kube/config. If neither is available it runs in mock mode. | |
| MCP_HTTP_HOST | No | The host address to bind the HTTP server to when using HTTP transport. | 0.0.0.0 |
| MCP_HTTP_PORT | No | The port to bind the HTTP server to when using HTTP transport. | 8000 |
| MCP_TRANSPORT | No | The transport protocol to use. Set to 'http' for HTTP/SSE transport, otherwise defaults to stdio. | |
| DANGEROUSLY_OMIT_AUTH | No | Whether to disable Bearer token authentication for the HTTP transport. | false |
| MCP_HTTP_BEARER_TOKEN | No | A long random secret token used for Bearer authentication when using HTTP transport. |
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 | |