mcpbeat Sign in

Agentos MCP Server

by imran-siddique Your server? Claim it
local only

Agentos runs on your own machine — the client starts it, so there is no endpoint to ping. 27 installs a week from npm. Last commit 3 Mar 2026.

Build and manage policy-compliant AI agents with safety enforcement and compliance checking

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 25 · avg 7 · +0% w/w
a month agotoday
27
Installs / week
npm · agentos-mcp-server
74
Stars
0 open issues
3 Mar 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Executes code built at runtime extensions/chrome/devtools/panel.js:130
    chrome.devtools.inspectedWindow.eval(`
Executes code built at runtime modules/atr/atr/tools/safe/calculator.py:204
            result = eval(code, {"__builtins__": {}}, namespace)
Runs an external command modules/iatp/proto/generate_stubs.py:65
    result = subprocess.run(cmd, capture_output=True, text=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentos -- npx -y agentos-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentos": {
      "args": [
        "-y",
        "agentos-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentos]
command = "npx"
args = ["-y", "agentos-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentos": {
      "args": [
        "-y",
        "agentos-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentos": {
      "args": [
        "-y",
        "agentos-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTOS_POLICY_MODE (Policy enforcement mode: strict (block all violations) or permissive (warn only)), AGENTOS_LOG_LEVEL (Log level: debug, info, warn, or error). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agentos

same job, measured the same way
Tork Governance
by torkjacobs

AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.

45 installs/wk local only
MCP Geracompliance
by geraservicesuk

EU AI Act and GDPR compliance: checks, audits, generate policies.

21 installs/wk local only
MCP Process
by digital-defiance

Process management and monitoring for AI agents with strict security boundaries

62 installs/wk local only
Cordon for MCP
by marras0914

Cordon for MCP. Security gateway with policy enforcement, audit log, and HITL approvals.

44 installs/wk local only
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

32 installs/wk local only
402sentinel MCP
by kaditang

x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate.

38 installs/wk local only
Air Blackbox
by shotwellj

EU AI Act compliance scanner for Python AI agents — scan, analyze, and remediate

234 installs/wk local only
SpineFrame
by ratnaditya-j

Governance runtime for AI agents with signed provenance, compliance audits, and OSINT.

4 installs/wk local only

Agentos — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentos?
Agentos runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentos-mcp-server was installed 27 times last week.
Is Agentos still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Agentos?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentos-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Agentos?
The npm package agentos-mcp-server was installed 27 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentos open source?
Yes — it is published under the MIT licence, written in Python and 74 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.