loading…
Search for a command to run...
loading…
Self Healing Infrastructure - MCP server providing AI-powered tools and automation by MEOK AI Labs
Self Healing Infrastructure - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for self healing infrastructure mcp operations
Self Healing Infrastructure MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
node_health_check |
Check health of infrastructure nodes including CPU, memory, disk, and GPU. |
cluster_health_check |
Check health of all 9 nodes in the cluster. |
restart_service |
Restart a failed service with automatic rollback on repeated failures. |
cost_report |
Generate infrastructure cost report with breakdown by service, region, and resou |
auto_remediate |
Automatically remediate common infrastructure issues using predefined playbooks. |
gpu_orchestration |
Orchestrate GPU allocation across the 9-node cluster. |
failover_decision |
Determine failover action for a failed node in the cluster. |
pip install meok-self-healing-infrastructure-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"self-healing-infrastructure-mcp": {
"command": "python",
"args": ["-m", "meok_self_healing_infrastructure_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"self-healing-infrastructure-mcp": {
"command": "npx",
"args": []
}
}
}