Gemini Code Review MCP
by nicobailon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | AI model selection (default: gemini-2.0-flash) | |
| GITHUB_TOKEN | No | GitHub token for PR reviews | |
| GEMINI_API_KEY | Yes | Your Gemini API key | |
| THINKING_BUDGET | No | Thinking tokens (default: auto) | |
| GEMINI_TEMPERATURE | No | Creativity (0.0-2.0, default: 0.5) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_pr_reviewC | Generate code review for a GitHub Pull Request with configuration discovery. |
| generate_ai_code_reviewC | Generate AI-powered code review from context file, content, or project analysis. |
| ask_geminiC | Generates context from files and sends it to Gemini for a response. This tool combines context generation with a direct call to the Gemini API. |
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
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/nicobailon/gemini-code-review-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server