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).
Run
npx -y @praveenc/llmstxt-doc-search
MCP client config
{
"mcpServers": {
"llmstxt-doc-search": {
"command": "npx",
"args": [
"-y",
"@praveenc/llmstxt-doc-search"
]
}
}
}