Solo-dev observability for AI agent stacks. Two CLI commands: `shadow` enumerates everything scheduled/configured to act on your behalf (cron, systemd, MCP servers, agent skills). `burnout` reports task completion/abandonment metrics from your local agent logs. MIT. <600 LOC.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent-vitals": {
"command": "uvx",
"args": [
"agent-vitals"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add agent-vitals uvx agent-vitals
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent-vitals": {
"command": "uvx",
"args": [
"agent-vitals"
]
}
}
}
📋 Copy
Or install with pip: pip install agent-vitals
README Excerpt
<div align="center"> <p> <a href="https://github.com/anirudhprashant/agent-vitals/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-00d992?style=flat-square" alt="License"></a> <a href="https://github.com/anirudhprashant/agent-vitals/releases"><img src="https://img.shields.io/badge/version-v0.5.0-3d3a39?style=flat-square" alt="Version"></a>
Tools (3)
burnout_summary shadow_stale vitals_summary
Topics
agent-infrastructure ai-agents cli devtools mcp observability python