69
/ 100
1 month ago
glama

MCP Template

A minimal, production-ready FastMCP server template with auto-discovery, YAML configuration, authentication, and a knowledgebase, enabling quick scaffolding of new MCP servers.

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 1 credential: AUTH_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.
configENV│ ├── settings.dev.yaml # Overrides for =dev
configAUTH_ENABLEDtrue AUTH_TOKEN=my-secret python src/server.py
🔐 secretAUTH_TOKENAUTH_ENABLED=true =my-secret python src/server.py
configPYTHONUNBUFFERED
configAUTO_DISCOVERtrue Auto-import all tools / prompts / resources
configMCP_PORT9000 python src/server.py
// 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 5 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/aviciot-mcp-template-rmx8vf)](https://m8ven.ai/mcp/aviciot-mcp-template-rmx8vf)
commit: 8258b0f5baa3c2af8d6698f484d6f8c4a517b28c
code hash: a0e6f27b1d10466e36277495013fd0ecac11fc426ce5da1cb3a38586b521869c
verified: 6/18/2026, 10:33:25 AM
view raw JSON →