Skip to main content
Glama
jason21wc

AI Governance MCP Server

by jason21wc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AI_GOVERNANCE_INDEX_PATHNoPath to generated index. Required for pip installations when not running from project root.
GOVERNANCE_RECENCY_WINDOWNoNumber of tool calls before governance expires.50
AI_CONTEXT_ENGINE_READONLYNoRead-only setting (true, false, auto).auto
AI_CONTEXT_ENGINE_INDEX_MODENoIndex mode (ondemand or realtime).realtime
AI_CONTEXT_ENGINE_INDEX_PATHNoPath for context engine indexes.~/.context-engine/indexes
AI_GOVERNANCE_DOCUMENTS_PATHNoPath to governance documents. Required for pip installations when not running from project root.
AI_GOVERNANCE_EMBEDDING_MODELNoEmbedding model for semantic similarity.BAAI/bge-small-en-v1.5
AI_GOVERNANCE_SEMANTIC_WEIGHTNoWeight for semantic search vs keyword search (0-1).0.6
GOVERNANCE_ENFORCEMENT_ENABLEDNoMaster toggle for enforcement.true
GOVERNANCE_ENFORCEMENT_SOFT_MODENoWarn instead of block. Default true in generated configs.true
AI_CONTEXT_ENGINE_EMBEDDING_MODELNoEmbedding model for context engine.BAAI/bge-small-en-v1.5
AI_CONTEXT_ENGINE_SEMANTIC_WEIGHTNoSemantic weight for context engine.0.7
AI_CONTEXT_ENGINE_COGNEE_LLM_MODELNoModel name for knowledge graph LLM (optional).
AI_CONTEXT_ENGINE_COGNEE_LLM_API_KEYNoAPI key for knowledge graph cloud providers (optional).
AI_CONTEXT_ENGINE_COGNEE_LLM_ENDPOINTNoCustom endpoint for knowledge graph LLM (optional).
AI_CONTEXT_ENGINE_COGNEE_LLM_PROVIDERNoLLM provider for knowledge graph (optional).ollama
AI_CONTEXT_ENGINE_EMBEDDING_DIMENSIONSNoEmbedding dimensions for context engine.384
AI_CONTEXT_ENGINE_COGNEE_EMBEDDING_MODELNoEmbedding model for knowledge graph (optional, falls back to context engine model).
AI_CONTEXT_ENGINE_COGNEE_LLM_TEMPERATURENoLLM temperature for knowledge graph (optional).0.0
AI_CONTEXT_ENGINE_COGNEE_EMBEDDING_PROVIDERNoEmbedding provider for knowledge graph (optional).fastembed
AI_CONTEXT_ENGINE_COGNEE_EMBEDDING_DIMENSIONSNoEmbedding dimensions for knowledge graph (optional, falls back to context engine).

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jason21wc/ai-governance-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server