Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEMINI_API_KEYNoAPI key for Google Gemini (used for gemini reviewer). Optional if using Gemini CLI login.
OPENAI_API_KEYNoAPI key for OpenAI (used for codex reviewer). Optional if using ChatGPT login.
ANTHROPIC_API_KEYNoAPI key for Anthropic (used for claude reviewer). Optional if using Claude login.

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": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
review_planA

Review a development/architecture plan with peer LLMs and return a consolidated verdict (approve | revise | reject) with prioritized findings. Runs configured reviewer CLIs and writes a local session log to ~/.inspectrum/sessions/.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
sessions

TDQS

A4.3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion or overlapping purposes. The tool's purpose is clearly distinct within the server.

Naming Consistency5/5

The lone tool follows a clear verb_noun pattern (review_plan), which is consistent and readable. Since there are no other tools, there is no inconsistency.

Tool Count3/5

The server has only one tool, which feels thin for a typical MCP server. While it may be intentional for a narrow purpose, the count is on the borderline.

Completeness5/5

The stated purpose is reviewing a plan, and the single tool directly accomplishes that with no apparent gaps. The domain is narrow and fully covered.

Maintenance

ActivitySlowing
ResponsivenessResponsive