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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A3.9/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct input type (code snippet, diff string, file), with clear descriptions that prevent any ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using 'review_' prefix followed by the input type, making them predictable and easy to understand.

Tool Count5/5

Three tools is perfectly scoped for a focused code review server, covering the essential input types without unnecessary bloat.

Completeness5/5

The tool set covers all common code review scenarios (snippet, diff, file), providing complete lifecycle coverage for the stated purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues