mcpserver.lol
registry/llmref
Connection check verified live · 26h ago

llmref

Versioned documentation registry and semantic search for AI tools and coding assistants.

Tools 4
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

4 tools

Read from the running server on 26h ago.

list_projects read-only skiplimitquery
List indexed documentation projects. Use this first to discover what's available. Supports a forgiving fuzzy `query` over slugs (ranked by relevance) plus `limit` and `skip` for pa…
list_versions read-only project*
List available versions for a project. Call this before resolve_docs or search_docs to see valid version strings.
resolve_docs read-only project*version*
Resolve a project version and get artifact URLs (llms.txt, llms-full.txt, meta.json, dumps). Use list_versions first to discover valid version strings.
search_docs read-only query*top_kproject*version*token_budget
Semantic search across a project's documentation. Returns chunks ranked by relevance. Requires the server to have semantic search enabled.