PluginBench
MCP Server

io.github.levelsofself/ai-ops MCP Server

io.github.levelsofself/ai-ops

What is the io.github.levelsofself/ai-ops MCP server?

AI operations management: 12 specialized agents, task dispatch, and team coordination.

How to install io.github.levelsofself/ai-ops

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-ops": {
      "command": "npx",
      "args": [
        "-y",
        "palyan-ai-ops-mcp-server"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "ai-ops": {
      "command": "npx",
      "args": [
        "-y",
        "palyan-ai-ops-mcp-server"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "ai-ops": {
      "command": "npx",
      "args": [
        "-y",
        "palyan-ai-ops-mcp-server"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "ai-ops": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "palyan-ai-ops-mcp-server"
      ]
    }
  }
}
Claude Code
claude mcp add ai-ops -- npx -y palyan-ai-ops-mcp-server

Related MCP servers

Governance layer for multi-agent AI systems with behavioral enforcement and drift detection.

View repository →

Play self-awareness scenarios across 7 levels. 6,800+ coaching scenarios via MCP.

View repository →