Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"self-healing-infrastructure-mcp": {
"args": [
"-m",
"meok_self_healing_infrastructure_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for self healing infrastructure mcp operations
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-self-healing-infrastructure-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-self-healing-infrastructure-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Enhanced MCP server for GitLab: group projects listing and activity tracking
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
MCP server for Komodo - manage Docker containers, servers, stacks, and deployments via AI
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/self-healing-infrastructure-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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