mcp_coordinator
by angrysky56
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_TOOL_LOGGING | No | Enable logging of all tool calls to SQLite. | true |
| OPENROUTER_MODEL | No | OpenRouter model to use. | google/gemini-2.0-flash-exp:free |
| PYTHONUNBUFFERED | No | Set to 1 to disable Python buffering. | 1 |
| MAX_AGENT_HISTORY | No | Sliding window for agent conversation history. | 50 |
| MCP_EXECUTOR_TYPE | No | Type of executor: docker or local. | docker |
| MCP_SANITIZE_LOGS | No | Sanitize sensitive data in logs. | false |
| MCP_WORKSPACE_DIR | No | Directory for workspace. | ./workspace |
| MCP_SERVERS_CONFIG | Yes | Path to the MCP servers configuration JSON file. | |
| OPENROUTER_API_KEY | Yes | API key for OpenRouter, required for sub-agents. | |
| MAX_COMPLETION_TOKENS | No | Hard limit on output tokens. | |
| MCP_ADDITIONAL_MOUNTS | No | Comma-separated list of additional host directories to mount. | |
| MCP_DISCOVERY_TIMEOUT | No | Timeout in seconds for server discovery. | 30 |
| MCP_EXECUTION_TIMEOUT | No | Timeout in seconds for code execution. | 300 |
| OPENROUTER_TRANSFORMS | No | Auto-compress prompts when exceeding context size. | true |
| MCP_KNOWLEDGE_BASE_DIR | No | Directory for knowledge base storage. | ./knowledge_base |
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
ActivityInactive
ResponsivenessNo issues