73
/ 100
19 days ago
glama

MCP Server with Authentication

Implements a secure MCP server with API Key and JWT authentication, providing tools like echo, login, secure_action, and admin_action. Includes MCP Inspector integration for testing and debugging.

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 6 credentials: API_KEY, MCP_API_KEY, OAUTH2_CLIENT_SECRET, MCP_OAUTH2_TOKEN, JWT_SECRET, MCP_JWT_TOKEN
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.
🔐 secretAPI_KEY
configLOG_DIR
🔐 secretMCP_API_KEYnpx @modelcontextprotocol/inspector uv -e =sk-1234567890abcdef --directory '<your-src-directory>/src' run mcp-server-with-stdio-api-key-auth.py --debug
configOAUTH2_CLIENT_ID
🔐 secretOAUTH2_CLIENT_SECRET
🔐 secretMCP_OAUTH2_TOKEN
🔐 secretJWT_SECRETEnsure the correct is set.
🔐 secretMCP_JWT_TOKEN
// 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 3 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/ahmad-act-mcp-server-with-authentication-and-testing-with-inspector-2u9uue)](https://m8ven.ai/mcp/ahmad-act-mcp-server-with-authentication-and-testing-with-inspector-2u9uue)
commit: 18bd7445167b333e19e64703b5678bd932ca1f11
code hash: 50ba9c3a55f1089e3341bc96a4b06b1c4d209ba28567ee567e46931a15d79630
verified: 6/18/2026, 10:45:10 AM
view raw JSON →