code-review-mcp-server
by Orcus2021
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub personal access token for API access. Falls back to GitHub CLI if not provided. | |
| NOTION_API_KEY | No | Required for fetching review guidelines from Notion. | |
| IGNORE_PATTERNS | No | Comma-separated glob patterns for files to exclude from review. | |
| LOCAL_INSTRUCTIONS_FILE_PATH | No | Path to a local markdown file containing complete review instructions. When provided, this file completely replaces the combined Notion/default guidelines. | |
| NOTION_STYLE_GUIDELINE_CODE_BLOCK_URL | No | Notion URL containing style guidelines. Requires valid NOTION_API_KEY. | |
| NOTION_CODE_REVIEW_GUIDELINE_CODE_BLOCK_URL | No | Notion URL containing code review guidelines. Requires valid NOTION_API_KEY. |
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/Orcus2021/code-review-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server