@ani-hq/agent-mcp
v1.0.1
Published
stdio MCP server for AI agent self-reporting into Cairo
Downloads
83
Maintainers
Readme
@ani-hq/agent-mcp
stdio MCP server for agent self-reporting into Cairo.
npx -y @ani-hq/agent-mcpCursor / Claude Code config:
{
"mcpServers": {
"cairo-agent": {
"command": "npx",
"args": ["-y", "@ani-hq/agent-mcp"],
"env": {
"CAIRO_HOST": "https://your-cairo-instance.com",
"CAIRO_WRITE_KEY": "your-write-key",
"CAIRO_AGENT_ID": "my-agent"
}
}
}
}This package is for agent self-telemetry. The full Cairo tool surface (events, notification handoff, GDPR, etc.) is on the server at POST /mcp.
