69
/ 100
1 day ago
glama

NitroStack

A Python framework for building MCP servers with modular architecture, dependency injection, and built-in authentication. Enables creating scalable, testable MCP services with features like pipeline interceptors and background tasks.

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.
🔐
You'll be asked for 2 credentials: API_KEY, OPENAI_API_KEY
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.
configJWKS_URI
configTOKEN_AUDIENCE
configTOKEN_ISSUER
configOAUTH_DISCOVERY_PORT
configNITROSTACK_APP_MODE
configMCP_TRANSPORT_TYPETransport selection: stdio, http, or dual (combining stdio + HTTP/SSE).
configPORT/ MCP_SERVER_PORT The port to bind for HTTP/SSE transport (default: 8000).
configMCP_SERVER_PORTPORT / The port to bind for HTTP/SSE transport (default: 8000).
configNITROSTACK_LOG_LEVELLog level (DEBUG, INFO, WARNING, ERROR).
configNITROSTACK_LOG_TO_STDOUTSet to true to allow logging to stdout under stdio transport (Caution: may corrupt protocol stream).
configNITROSTACK_LOG_FILEDestination file for logs (default: nitrostack.log).
🔐 secretAPI_KEY
🔐 secretOPENAI_API_KEY
// 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 6 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/nitrocloudofficial-nitrostack-python-sdk-1ae24t)](https://m8ven.ai/mcp/nitrocloudofficial-nitrostack-python-sdk-1ae24t)
commit: 3d37e18ead666c8120c2c0e17dabdf86534f64f4
code hash: 27f49f4c67a7e109ad56b6364b0743ac6163ab53a115ed3571325f7bc374d7b1
verified: 6/26/2026, 9:35:43 AM
view raw JSON →