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.
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.
Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.
When Vitest UI server is listening, arbitrary file can be read and executed
Vitest allows Remote Code Execution when accessing a malicious website while Vitest API server is listening
process.env. You'll be asked to provide them before it can run.LOG_LEVEL— logging.level info Log levelMCP_API_KEYS— MCP_AUTH_MODE=api-key =my-secret-key npm run start:httpMCP_AUTH_MODE— api-key MCP_API_KEYS=my-secret-key npm run start:httpMCP_CONFIG_PATH— ./config.toml Custom path to TOML configMCP_HTTP_HOST— http.host 127.0.0.1 HTTP bind hostMCP_HTTP_PORT— http.port 3000 HTTP portMCP_JWKS_URI— auth.jwt.jwks_uri — JWKS endpoint URLMCP_JWT_AUDIENCE— auth.jwt.audience — JWT audienceMCP_JWT_ISSUER— auth.jwt.issuer — JWT issuerMCP_JWT_SECRET— auth.jwt.secret — JWT shared secretMCP_OAUTH_ISSUER_URL— auth.oauth.issuer_url — OAuth server URLMCP_SERVER_NAME— server.name mcp-server Server nameMCP_SERVER_VERSION— server.version 1.0.0 Server version[](https://m8ven.ai/mcp/jeandbonicel-mcp-server-boilerplate-1j77c0)