mcp-gerrit-code-review
by coveyjorjet
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GERRIT_URL | No | The URL of the Gerrit server (e.g., https://gerrit.example.com). For HTTP mode, typically includes username in URL or use GERRIT_USERNAME. For SSH mode, can be in format ssh://user@host:port. | |
| GERRIT_SSH_KEY | No | Path to the SSH private key, defaults to ~/.ssh/id_rsa. | ~/.ssh/id_rsa |
| GERRIT_PASSWORD | No | Your HTTP password (required for HTTP mode). | |
| GERRIT_SSH_HOST | No | SSH hostname of the Gerrit server (required for SSH mode). | |
| GERRIT_SSH_PORT | No | SSH port, defaults to 29418. | 29418 |
| GERRIT_SSH_USER | No | SSH username for Gerrit (required for SSH mode). | |
| GERRIT_USERNAME | No | Your Gerrit username (required for HTTP mode). | |
| GERRIT_TRANSPORT | No | Transport mode: 'http' (default) or 'ssh'. | http |
| GERRIT_SSH_KEY_PASSPHRASE | No | Passphrase for the SSH private key (optional). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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/coveyjorjet/mcp-gerrit-code-review'
If you have feedback or need assistance with the MCP directory API, please join our Discord server