Skip to content

llmstxt doc search for Zed

io.github.praveenc/llmstxt-doc-search

BM25 search over llms.txt doc indexes (Strands, Kiro, AWS); sources addable at runtime.

client:Zed transport:stdio runtime:npm

Install llmstxt doc search in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "llmstxt-doc-search": {
      "command": "npx",
      "args": [
        "-y",
        "@praveenc/llmstxt-doc-search"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

llmstxt doc search in other clients