Imara
Freeby MCP Community
Runtime governance layer for AI agents — audit trails, policy enforcement, and compliance for MCP tool calls
v0.1.1Added Apr 12, 2026
aiagentsgovernanceauditmcp
Imara MCP Server
Runtime governance layer for AI agents — audit trails, policy enforcement, and compliance for MCP tool calls
Installation
npx -y imara
Reviews
Installation
Quick install
npx -y imara
Add to claude_desktop_config.json
{
"mcpServers": {
"imara": {
"command": "npx",
"args": ["-y", "imara"]
}
}
}