Skip to content
Grok

Work Context Protocol for Grok

io.workcontextprotocol/wcp

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

client:Grok transport:streamable-http

Install Work Context Protocol in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Work Context Protocol in other clients