69
/ 100
13 days ago
glama

Brooks Model MCP

Provides a unified MCP interface to interact with Codex CLI, Claude Code, and Grok API, allowing seamless switching between AI models in VS Code or Claude Code.

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 1 credential: GROK_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.
configMODEL_MCP_CLI_TIMEOUT_SECONDS分别通过 和 MODEL_MCP_CLI_IDLE_TIMEOUT_SECONDS 调整;值必须为正数。
configMODEL_MCP_CLI_IDLE_TIMEOUT_SECONDS分别通过 MODEL_MCP_CLI_TIMEOUT_SECONDS 和 调整;值必须为正数。
configGROK_API_URL"": "${input:grok-api-url}",
🔐 secretGROK_API_KEY"": "${input:grok-api-key}",
configGROK_REASONING_EFFORT"": "high"
configGROK_REASONING_FIELD兼容 endpoint 的请求字段;空值表示不发送 reasoning_effort
configGROK_MODEL"": "grok-4",
configGROK_TIMEOUT_SECONDSGrok 使用 控制 HTTP connect/read/write/pool 超时,默认 180 秒。无响应超时不会自动重试;明确的临时 HTTP 状态或连接失败仍受 GROK_MAX_RETRIES 约束。
configGROK_MAX_RETRIESGrok 使用 GROK_TIMEOUT_SECONDS 控制 HTTP connect/read/write/pool 超时,默认 180 秒。无响应超时不会自动重试;明确的临时 HTTP 状态或连接失败仍受 约束。
// 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 5 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/brooks-sem-mcpserver-11dfug)](https://m8ven.ai/mcp/brooks-sem-mcpserver-11dfug)
commit: a0c36fbd1066c73da4637269a7397c63b4eddb00
code hash: 0dcb32ed71d2854698be98c561f57123ce9dc39706a3fe3fa9258c4c2fb911a5
verified: 7/18/2026, 8:12:12 AM
view raw JSON →