Back to Browse

Agent Health MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Advisory AOS agent health scan before deployment (manifest, services, immune loop, evidence).

About

Advisory AOS agent health scan before deployment (manifest, services, immune loop, evidence).

Security Report

4.2
Use Caution4.2High Risk

This MCP server provides agent health validation with appropriate scope and functionality. The codebase is well-structured with proper input validation and safe filesystem operations. Minor issues include broad exception handling and a sys.path manipulation pattern that could be more explicit, but these do not constitute security vulnerabilities. Permissions align well with the server's purpose of scanning local agent directories. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

7 files analyzed · 10 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-aos-standard-mcp-agent-health": {
      "args": [
        "mcp-agent-health"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

mcp-agent-health

MCP Agent Health Reporter — validate agent health under AOS discipline before deployment.

pip install mcp-agent-health==0.3.1

See packaging/README.md for MCP client configuration.

Reviews

No reviews yet

Be the first to review this server!