Skip to content
VS Code

ai ops for VS Code

io.github.levelsofself/ai-ops

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

client:VS Code transport:stdio runtime:npm

Install ai ops in VS Code

.vscode/mcp.json

{
  "servers": {
    "ai-ops": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "palyan-ai-ops-mcp-server"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ai ops in other clients