mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Server host. | |
| PORT | No | Server port. | |
| LOG_LEVEL | No | Server log level. | |
| QUEUE_HOST | No | RabbitMQ host. Empty QUEUE_HOST leaves this service planning only. | |
| QUEUE_PORT | No | RabbitMQ port. | |
| QUEUE_USER | No | RabbitMQ user. | |
| CONFIG_USER | No | Who this service says it is to mcp-config. | |
| ROUTER_MODEL | No | The model that picks a tool for a prompt. | |
| OPENAI_API_KEY | No | Key for ChatGPT, and for an OpenAI compatible provider with no endpoint of its own. | |
| QUEUE_PASSWORD | No | RabbitMQ password. | |
| CONFIG_PASSWORD | No | Password for mcp-config. | |
| OPENAI_BASE_URL | No | Default endpoint when the model names none. Empty means api.openai.com. | |
| PUBLISHER_TOKEN | No | Shared secret the gateway presents as X-MCP-Token. Unset means the publish routes are unauthenticated. | |
| ROUTER_ENDPOINT | No | The endpoint of the model that picks a tool for a prompt. | |
| ROUTER_PROVIDER | No | The provider of the model that picks a tool for a prompt. | |
| ANTHROPIC_API_KEY | No | Key for definitions whose provider is Anthropic. | |
| CONFIG_SERVER_URL | No | Where mcp-config is. | |
| OPEN_MODEL_API_KEY | No | Key for an endpoint that is not OpenAI's. Usually empty — a local server needs none. |
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