Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

org.llmref/llmref

org.llmref/llmref

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

Uptime
100.0%
2 direct probes · 30d
Response
244ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

list_projects

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_versions

List available versions for a project. Call this before resolve_docs or search_docs to see valid version strings.

resolve_docs

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

Semantic search across a project's documentation. Returns chunks ranked by relevance. Requires the server to have semantic search enabled.

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"
    }
  }
}