98
/ 100
3 days ago
mcp_so

MCP Framework

A framework for writing MCP (Model Context Protocol) servers in Typescript

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.
🔐
You'll be asked for 2 credentials: COGNITO_CLIENT_SECRET, OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCLIENT_ID
configCOGNITO_CLIENT_ID
🔐 secretCOGNITO_CLIENT_SECRET
configCOGNITO_DOMAIN
configCOGNITO_REGION
configCOGNITO_USER_POOL_ID
configMCP_DEBUG_CONSOLEDisplay debug level messages in console (true/false) false
configMCP_DEV_MODE
configMCP_ENABLE_FILE_LOGGINGEnable logging to files (true/false) false
configMCP_LOG_DIRECTORYDirectory where log files will be stored logs
configMCP_RESOURCE_ID
configMCP_SERVER_PORT
configMCP_SKIP_TOOL_VALIDATIONfalse npm run build # Force validation (default)
configMCP_SKIP_VALIDATION
configOAUTH_AUDIENCEaudience: process.env.,
configOAUTH_AUTHORIZATION_SERVERprocess.env.
configOAUTH_CLIENT_IDclientId: process.env.,
🔐 secretOAUTH_CLIENT_SECRETclientSecret: process.env.
configOAUTH_INTROSPECTION_ENDPOINTendpoint: process.env.,
configOAUTH_ISSUERissuer: process.env.,
configOAUTH_JWKS_URIjwksUri: process.env.,
configOAUTH_RESOURCEresource: process.env.,
configOAUTH_VALIDATION_TYPE
configPORT
configRESOURCE_URI
configSERVER_URL
// 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 2 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/quantgeekdev-mcp-framework-2veibk)](https://m8ven.ai/mcp/quantgeekdev-mcp-framework-2veibk)
commit: ead9c4bbcd5fd098e80ccf64758bd6bf43234f90
code hash: bea2b77ee9ecfc88fb5c6ba451f4c440234b3a48fa221101b7beb9ef6446ff4f
verified: 5/31/2026, 10:01:56 AM
view raw JSON →