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 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/angrysky56/mcp_coordinator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server