Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COST_LOG_PATHNoPath to cost log output fileOS-dependent
OPENAI_API_KEYNoRequired OpenAI API key
ANTHROPIC_API_KEYNoRequired Anthropic API key
ENABLE_COST_TRACKINGNoSet to '1' or 'true' to enable cost tracking logging0
MUTUAL_REVIEW_CONFIGNoPath to JSON config file as alternative to API key environment variablesOS-dependent
MUTUAL_REVIEW_GPT_MODELNoGPT model namegpt-4o
MUTUAL_REVIEW_CLAUDE_MODELNoClaude model nameclaude-sonnet-4-6

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
review_fileA

Mutual code review on a file. Claude and GPT-4o each review independently, then Claude synthesizes the findings.

review_codeA

Mutual code review on a code snippet. Claude and GPT-4o each review independently, then Claude synthesizes.

review_diffB

Mutual code review on a unified diff string. Pass the diff text directly (no git invocation is performed).

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/miharu8686/mutual-review-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server