MCP Operations Server
by ivanfdz
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address for the HTTP transport. | 127.0.0.1 |
| MCP_PATH | No | Mount path of the HTTP transport. | /mcp |
| MCP_PORT | No | Bind port for the HTTP transport. | 8000 |
| AWS_REGION | No | Standard AWS region variable, used when `OPS_API_REGION` is unset. | |
| OPS_API_MODE | No | Backend selection. `mock` serves the bundled fixtures, `live` signs real HTTP calls. | mock |
| MCP_STATELESS | No | Serve each HTTP request with a fresh transport and accept an externally supplied `Mcp-Session-Id`. | true |
| MCP_TRANSPORT | No | `streamable-http` or `stdio`. | streamable-http |
| OPS_LOG_LEVEL | No | Root log level (`DEBUG`, `INFO`, `WARNING`, `ERROR`). | INFO |
| OPS_API_REGION | No | AWS region used in the signature credential scope. Falls back to `AWS_REGION`. | eu-west-1 |
| OPS_API_SERVICE | No | AWS service name used in the signature credential scope. | execute-api |
| OPS_API_TIMEOUT | No | Per-request HTTP timeout, in seconds (live mode). | 30 |
| OPS_API_BASE_URL | No | Base URL of the upstream operations API. Required when mode is `live`. | |
| AWS_ACCESS_KEY_ID | No | Standard AWS credential variable, live mode only. | |
| AWS_SESSION_TOKEN | No | Standard AWS credential variable, live mode only, when credentials are temporary. | |
| OPS_SERVER_VERSION | No | Version reported to the client in `serverInfo`. | 1.0.0 |
| AWS_SECRET_ACCESS_KEY | No | Standard AWS credential variable, live mode only. | |
| OPS_MOCK_FIXTURES_DIR | No | Directory of an alternative fixture set. Must contain `routes.json`. | bundled fixtures |
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