39
/ 100
2 days ago
glama

MCP Server Hub

Hosts multiple Model Context Protocol servers (fetch, memory, GitHub, Postgres, utils) behind a single authenticated gateway, giving AI agents instant access via one Bearer token.

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
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — memory_set (line 53: mkdirSync(dirname(file), { recursive: true }))
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: AUTH_TOKEN, GITHUB_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies3 high1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.0GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.0GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.0GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

lowexpress@4.19.2GHSA-qw6h-vgh9-j6wx

express vulnerable to XSS via response.redirect()

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOW_NO_AUTHThe published binary stays production-safe: in a non-interactive environment (containers, CI) it still fails closed and refuses to start without AUTH_TOKEN unless you set =true.
configAUDIT_LOGNo false Log one structured JSON line per MCP request (ip, server, method, tool, status).
🔐 secretAUTH_TOKEN2. Railway auto-generates a strong for you.
configDATABASE_URLPostgres /mcp/postgres list_tables, describe_table, query (READ ONLY transactions)
configENABLED_SERVERSNo all Comma-separated server ids (utils,fetch,memory,github,postgres) or all.
configFETCH_ALLOW_HOSTSNo — Comma-separated hostname allowlist for the fetch server.
configFETCH_MAX_BYTESNo 1000000 Max bytes fetched per request by the fetch server.
🔐 secretGITHUB_TOKENGitHub /mcp/github search_repositories, get_repo, get_file, list_issues
configMAX_BODY_BYTESNo 1000000 Max JSON request body size in bytes.
configMEMORY_FILEMount a volume at /data and set =/data/memory.json to persist agent memory.
configPORTNo 8080 Listen port (Railway injects this).
configPUBLIC_URL3. Set to the assigned Manufact URL.
configRATE_LIMIT_RPMNo 120 Requests per minute per IP on /mcp/ and /api/; 429 beyond.
configSTRICT_HEADER_VALIDATIONNo false Reject Mcp-Method header/body mismatches (2026-07-28 behavior) instead of warning.
// 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 10 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/kbncodes-mcp-server-hub-17tixl)](https://m8ven.ai/mcp/kbncodes-mcp-server-hub-17tixl)
commit: e76cff1b42925ba469182faa501895e5c05c04d2
code hash: acdcb2959502aeba0eb0b451be7fa5f823a8a54953f664c196239801c9dae759
verified: 7/29/2026, 9:14:37 AM
view raw JSON →