k8s-mcp-server
by Tobewont
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_DIR | No | Data storage directory for cluster configs, kubeconfigs, backups, etc. | ./data |
| SSE_HOST | No | Host for the SSE/Streamable HTTP server. | 0.0.0.0 |
| SSE_PORT | No | Port for the SSE/Streamable HTTP server. | 8000 |
| LOG_LEVEL | No | Logging level. | info |
| MCP_SSE_PATH | No | Path for SSE connection endpoint. | /sse |
| MCP_JWT_SECRET | No | JWT signing secret. Required if MCP_AUTH_ENABLED is true. | |
| MCP_AUTH_ENABLED | No | Set to 'true' to enable JWT authentication and multi-tenant isolation. | false |
| MCP_MESSAGE_PATH | No | Path for SSE message POST endpoint. | /message |
| MCP_JWT_ALGORITHM | No | JWT signing algorithm. | HS256 |
| MCP_STREAMABLE_PATH | No | Path for Streamable HTTP single endpoint. | /mcp |
| MCP_ADMIN_API_PREFIX | No | Prefix for admin REST API routes. | /admin |
| MCP_TOKEN_MAX_EXPIRY | No | Maximum token expiry in seconds (default 90 days). | 7776000 |
| MCP_BACKUP_RETENTION_DAYS | No | Backup retention period in days. Set to 0 to disable automatic cleanup. | 90 |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Tobewont/k8s-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server