Inspectrum
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | No | API key for Google Gemini (used for gemini reviewer). Optional if using Gemini CLI login. | |
| OPENAI_API_KEY | No | API key for OpenAI (used for codex reviewer). Optional if using ChatGPT login. | |
| ANTHROPIC_API_KEY | No | API 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| sessions |
TDQS
Scored across 1 tool
With only one tool, there is no possibility of confusion or overlapping purposes. The tool's purpose is clearly distinct within the server.
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.
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.
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.