Skip to main content
Glama
clarencez1011

MCP Connection Test Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_DOMAINYesThe domain name used for the MCP server, without 'https://' or path. It must match the domain configured in the existing HTTPS reverse proxy.
PYTHON_IMAGENoDocker image used for Python. Defaults to the official Python slim image from AWS Public ECR.public.ecr.aws/docker/library/python:3.12-slim
MCP_LOCAL_PORTNoThe local port on which the MCP server listens (bound to loopback). Default is 18080, but can be changed if the port is already in use.18080
ORDER_API_TOKENNoOptional Bearer token for authenticating requests to the order system API, if it uses token-based authentication.
ORDER_API_BASE_URLYesBase URL of the order system API, e.g., http://host.docker.internal:32769. Must be reachable from inside the MCP container.
INVENTORY_API_TOKENNoOptional Bearer token for authenticating requests to the inventory system API, if it uses token-based authentication.
INVENTORY_API_BASE_URLYesBase URL of the inventory system API, e.g., http://host.docker.internal:32768. Must be reachable from inside the MCP container.

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