Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROK_MODELNoModel ID for Grok backend.
CODEX_MODELNoModel ID for Codex backend.
DEEPSEEK_MODELNoModel ID for DeepSeek/local backend.
CLIPROXY_API_KEYYesA long random client key for CLIProxyAPI.
CLIPROXY_BASE_URLNoBase URL of CLIProxyAPI.http://127.0.0.1:8317/v1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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