Skip to content
VS Code

pocketlantern for VS Code

io.github.pocketlantern/pocketlantern

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

client:VS Code transport:stdio runtime:npm

Install pocketlantern in VS Code

.vscode/mcp.json

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

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

pocketlantern in other clients