Skip to content
Grok

pocketlantern for Grok

io.github.pocketlantern/pocketlantern

Blocker-aware decision layer for AI coding agents, grounded in source-linked, time-sensitive facts.

client:Grok transport:stdio runtime:npm

Install pocketlantern in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pocketlantern": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pocketlantern/mcp-server"
      ]
    }
  }
}

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

pocketlantern in other clients