71
/ 100
12 days ago
glama

grippy-code-review

Open-source AI code review MCP server for local git diff auditing with deterministic security rules and AI-powered analysis using any OpenAI-compatible model.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
2 tools verified — handlers match their declared behaviour
2 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: GRIPPY_API_KEY, OPENAI_API_KEY, GITHUB_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGRIPPY_TRANSPORTAPI transport: openai, anthropic, google, groq, mistral, or local local
configGRIPPY_EMBEDDING_MODELEmbedding model name text-embedding-qwen3-embedding-4b
configGRIPPY_BASE_URLAPI endpoint for local transport http://localhost:1234/v1
🔐 secretGRIPPY_API_KEYAPI key for non-OpenAI endpoints lm-studio
configGRIPPY_DATA_DIRPersistence directory ./grippy-data
🔐 secretOPENAI_API_KEY${{ secrets.OPENAI_API_KEY }}
configGITHUB_EVENT_NAME
configXDG_CONFIG_HOME
configGRIPPY_MODEL_IDModel identifier devstral-small-2-24b-instruct-2512
configGRIPPY_PROFILEWant LLM-only review without the rule engine? Set : general. For stricter gating (fail on WARN+), use strict-security. See [examples/](examples/) for more workflow variants.
configGRIPPY_MAX_DIFF_CHARS
configGITHUB_RUN_ID
🔐 secretGITHUB_TOKEN${{ secrets.GITHUB_TOKEN }}
configGITHUB_EVENT_PATH${{ github.event_path }}
configGRIPPY_MODEReview mode override pr_review
configGRIPPY_TIMEOUTReview timeout in seconds (0 = none) 300
configGITHUB_OUTPUT
configGITHUB_WORKSPACE
configGRIPPY_FORCE_REINDEX
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/project-navi-grippy-code-review-wqwv8u)](https://m8ven.ai/mcp/project-navi-grippy-code-review-wqwv8u)
commit: 0d1217a1cb44611b07cebbb2268a29180a12686d
code hash: f97bb06c4ea9d6660a7ad3307b8ba46d95baa57da70e522f65d1cc5d711c44d6
verified: 7/20/2026, 9:23:42 AM
view raw JSON →