69
/ 100
8 days ago
glama

MCP Server

Integrates with GitHub, Neo4j, PostgreSQL, and Milvus, enabling queries and data retrieval across these services.

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.
🔐
You'll be asked for 4 credentials: NEO4J_PASSWORD, POSTGRES_PASSWORD, MILVUS_PASSWORD, 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.
configNEO4J_URI"bolt://localhost:7687"
configNEO4J_USER
🔐 secretNEO4J_PASSWORD"your_neo4j_password"
configPOSTGRES_HOST"localhost"
configPOSTGRES_PORT
configPOSTGRES_USER"postgres"
🔐 secretPOSTGRES_PASSWORD"your_postgres_password"
configPOSTGRES_DB"your_database_name"
configMILVUS_HOST"localhost"
configMILVUS_PORT
configMILVUS_USER"your_milvus_user"
🔐 secretMILVUS_PASSWORD"your_milvus_password"
🔐 secretGITHUB_TOKEN"ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
// 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/namto908-mcp-server-1lvvhr)](https://m8ven.ai/mcp/namto908-mcp-server-1lvvhr)
commit: 4f455b14f7f748cfe93ab33d15aabef15958584b
code hash: 1dac294f284199c4f98f8f1ba096783e79ca8464df22cb31b0a6601f63031d49
verified: 6/18/2026, 11:03:48 AM
view raw JSON →