73
/ 100
14 days ago
glama

GIMS Automation MCP Server

MCP server for integrating coding agents (Claude Code CLI, etc.) with the GIMS Automation system. Enables development of automation scripts, data source types, activator types, and Git synchronization.

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
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 2 credentials: GIMS_ACCESS_TOKEN, GIMS_REFRESH_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.
configGIMS_URL"": "https://gims.example.com",
🔐 secretGIMS_ACCESS_TOKEN"": "<JWT_ACCESS_TOKEN>",
🔐 secretGIMS_REFRESH_TOKEN"": "<JWT_REFRESH_TOKEN>"
configGIMS_VERIFY_SSLДля работы с серверами с самоподписанными сертификатами добавьте :
configGIMS_MAX_RESPONSE_SIZE_KBMax Response Size --max-response-size Лимит размера ответа в КБ (по умолчанию: 10). Примерный пересчёт в токены: 1КБ ≈ 250 токенов (ASCII) или 170 токенов (кириллица)
configGIMS_LOG_STREAM_TIMEOUTLog Stream Timeout --log-stream-timeout Таймаут для SSE-потока логов в секундах (по умолчанию: 60)
// 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 3 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/gelarm-gims-automation-mcp-server-1247t0)](https://m8ven.ai/mcp/gelarm-gims-automation-mcp-server-1247t0)
commit: 776c3cdce90207f0762c9b42836aed76a1bc47e3
code hash: d31c4b258051b4097f680e7cc1aafe4c571a421f9d1a71b242ba563f109a8904
verified: 6/22/2026, 12:12:10 PM
view raw JSON →