org.llmref/llmref
org.llmref/llmrefVersioned documentation registry and semantic search for AI tools and coding assistants.
Tools · 4
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 pagination.
List available versions for a project. Call this before resolve_docs or search_docs to see valid version strings.
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.
Semantic search across a project's documentation. Returns chunks ranked by relevance. Requires the server to have semantic search enabled.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"org.llmref/llmref": {
"url": "https://api.llmref.org/v1/mcp",
"transport": "streamable-http"
}
}
}