io.github.imran-siddique/agentos MCP Server
io.github.imran-siddique/agentos
What is the io.github.imran-siddique/agentos MCP server?
Build and manage policy-compliant AI agents with safety enforcement and compliance checking
How to install io.github.imran-siddique/agentos
Copy-paste configuration for popular MCP clients.
AGENTOS_POLICY_MODEPolicy enforcement mode: strict (block all violations) or permissive (warn only)
AGENTOS_LOG_LEVELLog level: debug, info, warn, or error
{
"mcpServers": {
"agentos": {
"command": "npx",
"args": [
"-y",
"agentos-mcp-server"
],
"env": {
"AGENTOS_POLICY_MODE": "<YOUR_AGENTOS_POLICY_MODE>",
"AGENTOS_LOG_LEVEL": "<YOUR_AGENTOS_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"agentos": {
"command": "npx",
"args": [
"-y",
"agentos-mcp-server"
],
"env": {
"AGENTOS_POLICY_MODE": "<YOUR_AGENTOS_POLICY_MODE>",
"AGENTOS_LOG_LEVEL": "<YOUR_AGENTOS_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"agentos": {
"command": "npx",
"args": [
"-y",
"agentos-mcp-server"
],
"env": {
"AGENTOS_POLICY_MODE": "<YOUR_AGENTOS_POLICY_MODE>",
"AGENTOS_LOG_LEVEL": "<YOUR_AGENTOS_LOG_LEVEL>"
}
}
}
}{
"servers": {
"agentos": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentos-mcp-server"
],
"env": {
"AGENTOS_POLICY_MODE": "<YOUR_AGENTOS_POLICY_MODE>",
"AGENTOS_LOG_LEVEL": "<YOUR_AGENTOS_LOG_LEVEL>"
}
}
}
}claude mcp add agentos --env AGENTOS_POLICY_MODE=<YOUR_AGENTOS_POLICY_MODE> --env AGENTOS_LOG_LEVEL=<YOUR_AGENTOS_LOG_LEVEL> -- npx -y agentos-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.