43
/ 100
8 days ago
pulsemcp

Multi-Service Gateway

Provides a unified gateway for LLMs to access GitHub, GitLab, Google Maps, Memory storage, and Puppeteer web automation tools through a Flask-based server deployable on Red Hat environments.

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 4 credentials: SECRET_KEY, GITHUB_TOKEN, GITLAB_TOKEN, GMAPS_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.
🔐 secretSECRET_KEYyour-secret-key
configGITHUB_API_URL
🔐 secretGITHUB_TOKENyour-github-token
configGITLAB_API_URL
🔐 secretGITLAB_TOKENyour-gitlab-token
🔐 secretGMAPS_API_KEYyour-google-maps-api-key
configMEMORY_DB_URIsqlite:///memory.db
configPUPPETEER_HEADLESS
configCHROME_PATH/usr/bin/chromium-browser
configMEMORY_PROFILE
configMEMORY_BASE_PATH
configMEMORY_T1_MAX_ITEMS
configMEMORY_T1_TTL
configVALKEY_URL
configREDIS_URL
configMEMORY_T2_DB_PATH
configMEMORY_POSTGRES_URL
configMEMORY_T3_PATH
configMEMORY_S3_BUCKET
configMEMORY_S3_ENDPOINT
configMEMORY_T4_PATH
configMEMORY_WORM_ENABLED
configMEMORY_HEAT_T3_T2
configMEMORY_HEAT_T2_T1
configMEMORY_DEMOTION_HOURS_T1_T2
configMEMORY_DEMOTION_DAYS_T2_T3
configPORT
configMCP_SERVER_URL
configMEMORY_REDIS_URL
// 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 1 concrete improvement 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/adampippert-multi-service-mcp-server-1qugbh)](https://m8ven.ai/mcp/adampippert-multi-service-mcp-server-1qugbh)
commit: 115fe277cb9168b4d5dacbdeaa89bc22ca369eea
code hash: 746e40c2b4f505f8304607be0c62db0a2d9f2cc00b0758608627bc7f3677f5d5
verified: 7/23/2026, 9:17:54 AM
view raw JSON →