MCP Server
Maintained
MIT
MCP Agent Health Reporter MCP Server
io.github.aos-standard/mcp-agent-health
What is the MCP Agent Health Reporter MCP server?
Advisory AOS agent health scan before deployment (manifest, services, immune loop, evidence).
How to install MCP Agent Health Reporter
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-agent-health": {
"command": "uvx",
"args": [
"mcp-agent-health"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-agent-health": {
"command": "uvx",
"args": [
"mcp-agent-health"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-agent-health": {
"command": "uvx",
"args": [
"mcp-agent-health"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-agent-health": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-agent-health"
]
}
}
}Claude Code
claude mcp add mcp-agent-health -- uvx mcp-agent-healthRelated MCP servers
MCP Blast-Radius Auditor
Maintained
Static blast-radius audit for MCP servers before agent install. Manifest optional.
0
View repository →Python
MIT