mc-mcp-agent
by vjh0107
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_PATH | No | Base path for the MCP endpoint. | /mcp |
| MCP_PORT | No | Port for the HTTP server. | 3000 |
| POD_NAME | No | Name of this process, used in logs and metrics. Defaults to the pod hostname. | |
| MCP_BIND_HOST | No | Host/address to bind the HTTP server to. | 0.0.0.0 |
| MCP_LOG_LEVEL | No | Log level: debug, info, warn, error. | info |
| MCP_TRANSPORT | No | Transport mode for the MCP server. Values: http or stdio. | http |
| MCP_AUTH_TOKEN | No | If set, requests must include this Bearer token in the Authorization header. If unset, authentication is disabled. | |
| SA_AUTH_ALLOWED | No | Comma-separated list of allowed service accounts in 'namespace:name' format. If empty, any authenticated ServiceAccount is allowed. | |
| SA_AUTH_ENABLED | No | Whether to enable Kubernetes ServiceAccount token authentication. | false |
| SHUTDOWN_DRAIN_TIMEOUT_SECONDS | No | Maximum seconds to wait for in-flight tool calls during shutdown. | 30 |
| SHUTDOWN_READINESS_GRACE_SECONDS | No | Seconds to keep serving after SIGTERM before removing from endpoints. | 5 |
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