llmstxt doc search for VS Code
io.github.praveenc/llmstxt-doc-search
BM25 search over llms.txt doc indexes (Strands, Kiro, AWS); sources addable at runtime.
client:VS Code
transport:stdio
runtime:npm
Install llmstxt doc search in VS Code
.vscode/mcp.json
{
"servers": {
"llmstxt-doc-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@praveenc/llmstxt-doc-search"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs