2
/ 100
1 month ago
glama

gpal

An MCP server that gives your IDE or agent access to Google Gemini with autonomous codebase exploration, enabling deep code analysis, architectural reviews, and bug hunting.

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
🚨
Reads files from sensitive locations
Touches: ~/.config
🔐
You'll be asked for 2 credentials: GEMINI_API_KEY, GOOGLE_API_KEY
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.
configXDG_CONFIG_HOME
🔐 secretGEMINI_API_KEYexport ="your_key_here" # or GOOGLE_API_KEY
🔐 secretGOOGLE_API_KEYexport GEMINI_API_KEY="your_key_here" # or
configGPAL_OTEL_ENDPOINT
configOTEL_EXPORTER_OTLP_ENDPOINTexport ="http://localhost:4317"
configOTEL_SERVICE_NAMEexport ="gpal-server"
// 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 5 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/tobert-gpal-hqkbj7)](https://m8ven.ai/mcp/tobert-gpal-hqkbj7)
commit: 51783138b51d80d0a1cacb1dc2c8939d9cd07063
code hash: 455adec10f44a27cbf05ef9bc8a67229aa1c226d6d34938c55124f520830a3ba
verified: 6/17/2026, 11:43:48 AM
view raw JSON →