Aga
Freeby MCP Community
MCP server for cryptographic AI agent governance. Seal policy artifacts, enforce at runtime, prove with signed receipts and offline-verifiable evidence bundles.
v2.2.0Added Apr 12, 2026
mcpmcp-servermodel-context-protocolai-governanceai-agent-security
Aga MCP Server
MCP server for cryptographic AI agent governance. Seal policy artifacts, enforce at runtime, prove with signed receipts and offline-verifiable evidence bundles.
Installation
Reviews
Installation
Quick install
npx -y @attested-intelligence/aga-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"aga": {
"command": "npx",
"args": ["-y", "@attested-intelligence/aga-mcp-server"]
}
}
}