Community MCP server that exposes Coroot incidents and health summaries as read-only tools for AI assistants (not an official Coroot product).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"coroot-mcp": {
"command": "npx",
"args": [
"-y",
"Meritocra/coroot-mcp"
]
}
}
}
Run in terminal:
claude mcp add coroot-mcp npx -y Meritocra/coroot-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"coroot-mcp": {
"command": "npx",
"args": [
"-y",
"Meritocra/coroot-mcp"
]
}
}
}