A reference implementation of an MCP server built with Express that integrates full OAuth 2.1 authorization and RFC9728 protected resource metadata. It enables secure, authenticated communication between MCP clients and servers using streamable HTTP transport and built-in authorization flows.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AUTH_ISSUER— 授权服务器 issuer(可与 MCP 同源) http://localhost:3000JWT_SECRET— HS256 密钥(生产建议 RS256 + JWKS) 至少 32 字符MCP_RESOURCE_URI— MCP 资源 canonical URI(用于 aud 校验与 metadata) http://localhost:3000PORT— HTTP 端口 3000[](https://m8ven.ai/mcp/yylgit-mcp-gateway-demo-a5xisg)