Review Gate
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| review_changesA | Checks code changes against THIS team's standards (the rules from .reviewgate/config.yml plus the stack preset) with a two-pass review: a generator finds, an independent judge confirms against the full files. Call it BEFORE finishing a task and before git push. The verdict is in |
| get_team_rulesA | Returns this team's code standards. Call it BEFORE writing code, so that you write to the standards from the start instead of learning them from a review. If you are asked to EDIT .reviewgate/config.yml: its schema is CLOSED — a rule has exactly id, description and severity; do not invent plausible-looking keys (globs, prompt, when, …) — an unknown key is NOT applied. Conditions and file scoping are written in plain language inside description (or review_prompt). Validate against https://reviewgate.dev/config.schema.json before committing. |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/ReviewGate/reviewgate'
If you have feedback or need assistance with the MCP directory API, please join our Discord server