Skip to content

self healing infrastructure mcp for Cursor

io.github.csoai-org/self-healing-infrastructure-mcp

Self Healing Infrastructure MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install self healing infrastructure mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "self-healing-infrastructure-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "self-healing-infrastructure-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

self healing infrastructure mcp in other clients