Skip to content
VS Code

openharness for VS Code

io.github.philo-kim/openharness

Lets AI coding agents discover and reference each other's recent sessions.

client:VS Code transport:stdio runtime:npm

Install openharness in VS Code

.vscode/mcp.json

{
  "servers": {
    "openharness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@freebird-ai/openharness"
      ]
    }
  }
}

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

openharness in other clients