Skip to content
Cursor

llmstxt doc search for Cursor

io.github.praveenc/llmstxt-doc-search

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

client:Cursor transport:stdio runtime:npm

Install llmstxt doc search in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

llmstxt doc search in other clients