73
/ 100
13 days ago
glama

Secure MCP Server Template

Provides secure, read-only database queries, HTTP GET requests with anti-SSRF protection, and file reading within a restricted directory.

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.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDATABASE_URLdb_query(sql) Run a read-only SQL query against , returns rows as JSON SELECT/WITH only and a real READ ONLY Postgres session
configMCP_DB_MAX_ROWS
configMCP_URL_ALLOWLISThttp_get can't be turned into an SSRF. Only http(s), and the host must be in . Empty allowlist = nothing allowed (deny-by-default), so a misconfigured server isn't an open proxy.
configMCP_HTTP_MAX_BYTES
configMCP_FILES_ROOTread_file(path) Read a text file under Path resolved inside the root, blocks ../ traversal & absolute paths
configMCP_FILE_MAX_BYTES
configMCP_TRANSPORT
// 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/eduardodknight-mcp-server-template-lixy17)](https://m8ven.ai/mcp/eduardodknight-mcp-server-template-lixy17)
commit: 02f723013a3007d0e21b3bfc88cd984b3014a024
code hash: 9aeffabbcd019d195fb2ed392a2ca89094d8a64c55afafe6da83d3f8d6a31c6f
verified: 6/24/2026, 9:42:45 AM
view raw JSON →