Skip to content
Cursor

Work Context Protocol for Cursor

io.workcontextprotocol/wcp

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

client:Cursor transport:streamable-http

Install Work Context Protocol in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "wcp": {
      "url": "https://workcontextprotocol.io/mcp?src=registry"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Work Context Protocol in other clients