Skip to content
VS Code

agent harnesses for VS Code

io.github.ryanalberts/agent-harnesses

Agent-harness picks, decision guides, and setup templates; live GitHub/HN discovery.

client:VS Code transport:stdio runtime:pypi

Install agent harnesses in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-harnesses": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-harnesses-mcp"
      ]
    }
  }
}

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

agent harnesses in other clients