multi-model-companion
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_MODEL | No | Model ID for Grok backend. | |
| CODEX_MODEL | No | Model ID for Codex backend. | |
| DEEPSEEK_MODEL | No | Model ID for DeepSeek/local backend. | |
| CLIPROXY_API_KEY | Yes | A long random client key for CLIProxyAPI. | |
| CLIPROXY_BASE_URL | No | Base URL of CLIProxyAPI. | http://127.0.0.1:8317/v1 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| delegate_analysisA | Ask Codex, Grok, or local DeepSeek for independent analysis. Use for debugging hypotheses, architecture evaluation, repository reasoning, or a second opinion. The external model cannot inspect files beyond the supplied context and cannot modify the workspace. |
| delegate_reviewA | Request a read-only code review from one external model. Use for correctness, regression, security, concurrency, data-loss, or missing-test review. Claude must verify each material finding. |
| delegate_patchA | Ask an external model to propose a minimal unified diff. This tool does not apply changes. Claude must inspect, validate, apply, format, test, and review any proposed patch. |
| compare_modelsA | Ask two or three external models the same question in parallel. Use when independent opinions materially improve confidence. Claude must compare the outputs, verify claims against the repository, and synthesize the final conclusion. |
| list_companion_modelsA | List model IDs exposed by CLIProxyAPI and show whether the configured Codex, Grok, and DeepSeek models are currently available. |
| health_checkA | Verify connectivity to CLIProxyAPI and availability of configured companion models. This performs no model inference. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/Reederey87/multi-model-companion'
If you have feedback or need assistance with the MCP directory API, please join our Discord server