74
/ 100
1 month ago
glama

MCP Server Boilerplate

A production-ready boilerplate for creating Model Context Protocol servers. Provides interactive CLI to scaffold projects, supports stdio and HTTP transports, authentication, and example tools.

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
🚨
Known vulnerabilities in dependencies: 2 critical
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 1 credential: MCP_JWT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 critical

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

criticalvitest@3.0.0GHSA-5xrq-8626-4rwp

When Vitest UI server is listening, arbitrary file can be read and executed

criticalvitest@3.0.0GHSA-9crc-q9x8-hgqq

Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening

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.
configLOG_LEVELlogging.level info Log level
configMCP_API_KEYSMCP_AUTH_MODE=api-key =my-secret-key npm run start:http
configMCP_AUTH_MODEapi-key MCP_API_KEYS=my-secret-key npm run start:http
configMCP_CONFIG_PATH./config.toml Custom path to TOML config
configMCP_HTTP_HOSThttp.host 127.0.0.1 HTTP bind host
configMCP_HTTP_PORThttp.port 3000 HTTP port
configMCP_JWKS_URIauth.jwt.jwks_uri — JWKS endpoint URL
configMCP_JWT_AUDIENCEauth.jwt.audience — JWT audience
configMCP_JWT_ISSUERauth.jwt.issuer — JWT issuer
🔐 secretMCP_JWT_SECRETauth.jwt.secret — JWT shared secret
configMCP_OAUTH_ISSUER_URLauth.oauth.issuer_url — OAuth server URL
configMCP_SERVER_NAMEserver.name mcp-server Server name
configMCP_SERVER_VERSIONserver.version 1.0.0 Server version
// 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 4 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/jeandbonicel-mcp-server-boilerplate-1j77c0)](https://m8ven.ai/mcp/jeandbonicel-mcp-server-boilerplate-1j77c0)
commit: 9e0bff44cf5cf231f28631d9c276352fe9678ad8
code hash: 5cb4de1c4b55d34c40e27533a7f2e94a03134074ab3d720d5b3f344e401a16b5
verified: 6/22/2026, 12:16:24 PM
view raw JSON →