69
/ 100
1 month ago
glama

mcp_coordinator

A self-improving coding agent MCP server that enables code execution, semantic memory, and reusable skills via sub-agents, turning your AI client into a meta-operating system.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 2 credentials: OPENROUTER_API_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCOORDINATOR_API_URL
configMCP_ADDITIONAL_MOUNTS/path/to/extra/dir1,/path/to/extra/dir2 # Optional: Mount extra host directories
configPYTHONPATH
configMCP_KNOWLEDGE_BASE_DIR./knowledge_base
configOPENROUTER_MODELgoogle/gemini-2.0-flash-exp:free
configOPENAI_MODEL
configOLLAMA_MODEL
configMODEL
🔐 secretOPENROUTER_API_KEYsk-or-... # Required for sub-agents
🔐 secretOPENAI_API_KEY
configOPENROUTER_BASE_URL
configOLLAMA_API_BASE
configCONTEXT_STRATEGYtransforms
configMAX_AGENT_HISTORY50 # Sliding window for agent conversation
configOPENROUTER_TRANSFORMStrue # Auto-compress prompts > context size
configOPENROUTER_MAX_PRICE
configMAX_COMPLETION_TOKENSOptional hard limit on output tokens
configREASONING_MAX_TOKENS
configMCP_LOG_LEVEL
configMCP_TOOL_LOGGINGtrue # Log all tool calls to SQLite (default: on)
configMCP_SANITIZE_LOGSfalse # Redact API keys, CC#s, SSNs from logs
configMAX_TOOL_OUTPUT_CHARS
configMCP_JSON
configMCP_SERVERS_CONFIG"": "your-path-to/mcp_coordinator/mcp_servers.json",
configMCP_EXECUTOR_TYPEdocker # docker local (docker recommended)
configDOCKER_IMAGE
configDOCKER_MEM_LIMIT
configDOCKER_CPU_QUOTA
configMCP_PORT_RANGE_START
configMCP_PORT_RANGE_END
configMCP_CONNECT_TIMEOUT
configMCP_READ_TIMEOUT
configMCP_DISCOVERY_TIMEOUT30 # Seconds to wait for server discovery
configTOOLS_OUTPUT_DIR
configMCP_WORKSPACE_DIR./workspace
configMCP_EXECUTOR_MANAGED_EXTERNALLY
configMCP_ALLOW_ALL_IMPORTS
configMCP_PREALLOCATE_PORTS
configFASTMCP_LOG_LEVEL
configMILVUS_URI
configCHATDAG_FORCE_TEARDOWN
configPROVER9_PATH
configLLM_PROVIDER
configCOMPASS_TOOLS_ENABLED
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/angrysky56-mcp-coordinator-yljahq)](https://m8ven.ai/mcp/angrysky56-mcp-coordinator-yljahq)
commit: d8be5fab987f3d25700278941516c4c2d68c5e1a
code hash: 1282f2c51d39a24f3c4a016e461a2fc380a877869f28d1923b65522b65e26a5e
verified: 6/21/2026, 10:34:41 AM
view raw JSON →