mutual-review-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| COST_LOG_PATH | No | Path to cost log output file | OS-dependent |
| OPENAI_API_KEY | No | Required OpenAI API key | |
| ANTHROPIC_API_KEY | No | Required Anthropic API key | |
| ENABLE_COST_TRACKING | No | Set to '1' or 'true' to enable cost tracking logging | 0 |
| MUTUAL_REVIEW_CONFIG | No | Path to JSON config file as alternative to API key environment variables | OS-dependent |
| MUTUAL_REVIEW_GPT_MODEL | No | GPT model name | gpt-4o |
| MUTUAL_REVIEW_CLAUDE_MODEL | No | Claude model name | claude-sonnet-4-6 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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