73
/ 100
15 days ago
glama

AI Governance MCP Server

A semantic retrieval system that gives AI assistants on-demand access to domain-specific governance principles — a queryable 'second brain' of encoded standards.

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 1 credential: AI_CONTEXT_ENGINE_COGNEE_LLM_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.
configENABLE_BACKEND_ACCESS_CONTROL
configCOGNEE_SKIP_CONNECTION_TEST
configAI_CONTEXT_ENGINE_COGNEE_LLM_PROVIDERexport =ollama # 'ollama', 'anthropic', 'openai'
configAI_CONTEXT_ENGINE_COGNEE_LLM_MODELexport = # provider-dependent model name
🔐 secretAI_CONTEXT_ENGINE_COGNEE_LLM_API_KEYexport = # required for cloud providers
configAI_CONTEXT_ENGINE_COGNEE_LLM_ENDPOINTexport = # custom endpoint (non-default Ollama port, Azure, OpenAI-compatible)
configAI_CONTEXT_ENGINE_COGNEE_LLM_TEMPERATUREexport = # LLM temperature (default: 0.0; >0 may produce non-reproducible entity graphs)
configAI_CONTEXT_ENGINE_EMBEDDING_MODELexport =BAAI/bge-small-en-v1.5
configAI_CONTEXT_ENGINE_EMBEDDING_DIMENSIONSexport =384
configAI_CONTEXT_ENGINE_EMBED_SOCKET
configAI_CONTEXT_ENGINE_LOG_LEVEL
configAI_CONTEXT_ENGINE_READONLYexport =auto # 'true', 'false', or 'auto' (sandbox detection)
configAI_CONTEXT_ENGINE_SEMANTIC_WEIGHTexport =0.7
configAI_CONTEXT_ENGINE_INDEX_PATHexport =~/.context-engine/indexes
configAI_CONTEXT_ENGINE_INDEX_MODEexport =realtime # 'ondemand' or 'realtime' (file watcher)
configAI_CONTEXT_ENGINE_DEFAULT_PROJECT
configAI_CONTEXT_ENGINE_WATCHER_MAX_UPTIME_HOURS
configGOVERNANCE_ENFORCEMENT_ENABLEDtrue Master toggle
configGOVERNANCE_ENFORCEMENT_SOFT_MODEStructural (hard) Set =false ~100% (blocks action tools) Production workflows
configGOVERNANCE_RECENCY_WINDOW50 Tool calls before governance expires
configGOVERNANCE_STATE_FILE
configGOVERNANCE_STATE_TTL
configAI_GOVERNANCE_MCP_PROJECT
// 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/jason21wc-ai-governance-mcp-1884iq)](https://m8ven.ai/mcp/jason21wc-ai-governance-mcp-1884iq)
commit: 0ae39bd62982c240acf1453ef83de31c7841a767
code hash: 0a286898fb0859a3c3faa1bdeb4f49b71c5beabfe534c97a7cb28a9ba7868e83
verified: 6/22/2026, 12:43:50 PM
view raw JSON →