43
grade D
5 days ago
mcp_so

AIOS Monorepo

This repository contains all source code for AIOS (Langchain server, Website, Desktop application). This will be a good example using MCPs

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 7 credentials: ENCRYPTION_KEY, FIREBASE_PRIVATE_KEY, GOOGLE_CLIENT_SECRET, JWT_SECRET, STRIPE_SECRET_KEY, SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_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.
configELECTRON_RENDERER_URL
🔐 secretENCRYPTION_KEY
configFIREBASE_CERT_URL
configFIREBASE_CLIENT_EMAIL
configFIREBASE_CLIENT_ID
🔐 secretFIREBASE_PRIVATE_KEY
configFIREBASE_PRIVATE_KEY_ID
configFIREBASE_PROJECT_ID
configFRONTEND_URL
configGOOGLE_CALLBACK_URL
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configJWT_EXPIRES_IN
🔐 secretJWT_SECRET
configPIPEDREAM_API_BASE_URL
configPIPEDREAM_MCP_URL_TEMPLATE
configPORT
configPORTABLE_EXECUTABLE_FILE
🔐 secretSTRIPE_SECRET_KEY
🔐 secretSUPABASE_ANON_KEY
🔐 secretSUPABASE_SERVICE_ROLE_KEY
configSUPABASE_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/andyleong33dev-aios-source-code-for-mvp-kicr2w)](https://m8ven.ai/mcp/andyleong33dev-aios-source-code-for-mvp-kicr2w)
commit: f322e152ffeb01def8466a0f56bcbbddea78d5a2
code hash: cb0b2072fa20d40d1f54e28dede12f4743ff8c5457ea389bed5591fab572362b
verified: 4/18/2026, 7:10:51 PM
view raw JSON →