74
grade C
3 days ago
mcp_so

MCP Servers

A quick implementation for MCP servers. CodeQL implemented for security checks and avoid leaks of your sensitive data.

Install from

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

// key findings
🚨
Secret credentials may flow to a network call
11 flows detected: GITLAB_PERSONAL_ACCESS_TOKEN. We can’t prove the destination matches the brand the credential belongs to.
🔐
You'll be asked for 7 credentials: AWS_SECRET_ACCESS_KEY, BRAVE_API_KEY, EVERART_API_KEY, GITHUB_PERSONAL_ACCESS_TOKEN, GITLAB_PERSONAL_ACCESS_TOKEN, GOOGLE_MAPS_API_KEY, SLACK_BOT_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.
configAWS_ACCESS_KEY_ID
configAWS_REGION
🔐 secretAWS_SECRET_ACCESS_KEY
🔐 secretBRAVE_API_KEYexport =your_key_here
configDOCKER_CONTAINER
🔐 secretEVERART_API_KEY
configGDRIVE_CREDENTIALS_PATH
configGDRIVE_OAUTH_PATH
🔐 secretGITHUB_PERSONAL_ACCESS_TOKENexport =your_token_here
configGITLAB_API_URL
🔐 secretGITLAB_PERSONAL_ACCESS_TOKEN
🔐 secretGOOGLE_MAPS_API_KEY
configMEMORY_FILE_PATH
configPORT
🔐 secretSLACK_BOT_TOKEN
configSLACK_TEAM_ID
// 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/cremerf-my-mcp-servers-1srujw)](https://m8ven.ai/mcp/cremerf-my-mcp-servers-1srujw)
commit: c5c6c1e1efa06dd282efc32a03168e238dde1764
code hash: b30d509ee4c16bdbe7382be3c733ff7c309fdc855bb6fa3cb8518ce74030f557
verified: 4/18/2026, 7:22:42 PM
view raw JSON →