Self Healing Infrastructure MCP
Self Healing Infrastructure MCP
MCP server for self healing infrastructure mcp operations
Overview
Self Healing Infrastructure MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Check health of infrastructure nodes including CPU, memory, disk, and GPU. |
| Check health of all 9 nodes in the cluster. |
| Restart a failed service with automatic rollback on repeated failures. |
| Generate infrastructure cost report with breakdown by service, region, and resou |
| Automatically remediate common infrastructure issues using predefined playbooks. |
| Orchestrate GPU allocation across the 9-node cluster. |
| Determine failover action for a failed node in the cluster. |
Installation
pip install meok-self-healing-infrastructure-mcpUsage with Claude Desktop
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"]
}
}
}Usage with FastMCP
from mcp.server.fastmcp import FastMCP
# This server exposes 7 tool(s) via MCP
# See server.py for full implementationLicense
MIT © MEOK AI Labs
This server cannot be installed
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/self-healing-infrastructure-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server