Skip to content
VS Code

Work Context Protocol for VS Code

io.workcontextprotocol/wcp

Persistent work tracking for AI agents: tasks, status and history that follow you across machines

client:VS Code transport:streamable-http

Install Work Context Protocol in VS Code

.vscode/mcp.json

{
  "servers": {
    "wcp": {
      "type": "http",
      "url": "https://workcontextprotocol.io/mcp?src=registry"
    }
  }
}

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

Work Context Protocol in other clients