agentos for Zed
io.github.imran-siddique/agentos
Build and manage policy-compliant AI agents with safety enforcement and compliance checking
client:Zed
transport:stdio
runtime:npm
Install agentos in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentos": {
"command": "npx",
"args": [
"-y",
"agentos-mcp-server"
],
"env": {
"AGENTOS_POLICY_MODE": "<AGENTOS_POLICY_MODE>",
"AGENTOS_LOG_LEVEL": "<AGENTOS_LOG_LEVEL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs