grippy-code-review
by Project-Navi
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRIPPY_MODE | No | Review mode override | pr_review |
| GITHUB_TOKEN | No | GitHub API token (set automatically by Actions) | |
| GRIPPY_API_KEY | No | API key for non-OpenAI endpoints | lm-studio |
| GRIPPY_PROFILE | No | Security profile: security, strict-security, general | security |
| GRIPPY_TIMEOUT | No | Review timeout in seconds (0 = none) | 300 |
| OPENAI_API_KEY | No | OpenAI API key (sets transport to openai) | |
| GRIPPY_BASE_URL | No | API endpoint for local transport | http://localhost:1234/v1 |
| GRIPPY_DATA_DIR | No | Persistence directory | ./grippy-data |
| GRIPPY_MODEL_ID | No | Model identifier | devstral-small-2-24b-instruct-2512 |
| GRIPPY_TRANSPORT | No | API transport: openai, anthropic, google, groq, mistral, or local | local |
| GRIPPY_EMBEDDING_MODEL | No | Embedding model name | text-embedding-qwen3-embedding-4b |
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/Project-Navi/grippy-code-review'
If you have feedback or need assistance with the MCP directory API, please join our Discord server