MCP Server
MCP
io.github.imran-siddique/agentos
Build and manage policy-compliant AI agents with safety enforcement and compliance checking
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "agentos-mcp-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Policy enforcement mode: strict (block all violations) or permissive (warn only)",
"format": "string",
"name": "AGENTOS_POLICY_MODE"
},
{
"description": "Log level: debug, info, warn, or error",
"format": "string",
"name": "AGENTOS_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment