Odel
llmstxt doc search

llmstxt doc search

Local
@praveencTypeScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@praveenc/llmstxt-doc-searchv0.1.0

Run

npx -y @praveenc/llmstxt-doc-search

MCP client config

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