Free
$0
200/day signed-in · 30/day anon
Same corpus, same MCP endpoint, no card. Sign in with GitHub or email.
Sign in →Grounding for coding agents
Plug your MCP client in, or try the same retrieval from the browser.
98,234
Chunks
Indexed paragraphs your agent can search and cite verbatim.
66,306
Sources
RFCs, OWASP, NIST SP-800, framework docs, methodology pages.
21
Roles
Per-role recipes tuned for security, ML, frontend, DevOps and more.
Search the corpus
Same endpoint on every tier. Lighthouse appears in your tool picker
with search and fetch_source.
https://lighthouse.harborgang.com/mcp/
Free anon 30/day · signed-in 200/day · Pro 1,500/dayOne-line install — runs in your terminal
claude mcp add lighthouse --transport http --url https://lighthouse.harborgang.com/mcp/
Adds Lighthouse to the current project. --scope user for global.
Restart, and search appears in the tool picker.
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"lighthouse": {
"type": "http",
"url": "https://lighthouse.harborgang.com/mcp/"
}
}
}
Edit or create the file; merge into any existing mcpServers. Quit + relaunch Claude Desktop.
~/.cursor/mcp.json
{
"mcpServers": {
"lighthouse": {
"url": "https://lighthouse.harborgang.com/mcp/"
}
}
} Settings → MCP picks it up. Lighthouse appears in the composer's tool list after a reload.
~/.codex/config.toml — append this block
[mcp_servers.lighthouse]
transport = "http"
url = "https://lighthouse.harborgang.com/mcp/"
Restart any codex session; search becomes available.
Codex MCP docs ↗
Lighthouse, paste the URL above. Auth: blank.Other clients work too — Continue · Cline · Zed · Aider · LangGraph.
Same retrieval on every tier. Caps reset 00:00 UTC.
Free
$0
200/day signed-in · 30/day anon
Same corpus, same MCP endpoint, no card. Sign in with GitHub or email.
Sign in →Pro
$12 /mo
1,500/day · top-30 · watch-on-update
Lifts the cap, opens cross-encoder rerank, notifies on changes to bookmarked sources. $9/seat for teams.
See pricing →Want a private knowledge layer for your team — internal runbooks, vendor docs, private repos? Lighthouse Engine is the same retrieval stack that runs this site: ingest pipeline, BM25 + pgvector, cross-encoder rerank, MCP server, admin panel.
Apache-2.0 · ~50 MB image · Postgres + pgvector required