Skip to main content
Glama
ivanfdz

MCP Operations Server

by ivanfdz

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoBind address for the HTTP transport.127.0.0.1
MCP_PATHNoMount path of the HTTP transport./mcp
MCP_PORTNoBind port for the HTTP transport.8000
AWS_REGIONNoStandard AWS region variable, used when `OPS_API_REGION` is unset.
OPS_API_MODENoBackend selection. `mock` serves the bundled fixtures, `live` signs real HTTP calls.mock
MCP_STATELESSNoServe each HTTP request with a fresh transport and accept an externally supplied `Mcp-Session-Id`.true
MCP_TRANSPORTNo`streamable-http` or `stdio`.streamable-http
OPS_LOG_LEVELNoRoot log level (`DEBUG`, `INFO`, `WARNING`, `ERROR`).INFO
OPS_API_REGIONNoAWS region used in the signature credential scope. Falls back to `AWS_REGION`.eu-west-1
OPS_API_SERVICENoAWS service name used in the signature credential scope.execute-api
OPS_API_TIMEOUTNoPer-request HTTP timeout, in seconds (live mode).30
OPS_API_BASE_URLNoBase URL of the upstream operations API. Required when mode is `live`.
AWS_ACCESS_KEY_IDNoStandard AWS credential variable, live mode only.
AWS_SESSION_TOKENNoStandard AWS credential variable, live mode only, when credentials are temporary.
OPS_SERVER_VERSIONNoVersion reported to the client in `serverInfo`.1.0.0
AWS_SECRET_ACCESS_KEYNoStandard AWS credential variable, live mode only.
OPS_MOCK_FIXTURES_DIRNoDirectory 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources