pocketlantern for Cursor
io.github.pocketlantern/pocketlantern
Blocker-aware decision layer for AI coding agents, grounded in source-linked, time-sensitive facts.
client:Cursor
transport:stdio
runtime:npm
Install pocketlantern in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"pocketlantern": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pocketlantern/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs