AI & ML
Trust: 23/100 (Limited)io.github.imran-siddique/agentos Guide
Build and manage policy-compliant AI agents with safety enforcement and compliance checking
67 starsby imran-siddique
Quick Start
Install
npx agentos-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-imran-siddique-agentos": {
"command": "npx",
"args": [
"agentos-mcp-server"
]
}
}
}