# llmref MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/org-llmref-llmref
- Repository: https://github.com/reclear-io/llmref-plugin
- Website: https://llmref.org

## Install
- Endpoint: https://api.llmref.org/v1/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.llmref.org/v1/mcp

## Tools
- 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. Endpoint: https://api.llmref.org/v1/mcp
- list_versions - List available versions for a project. Call this before resolve_docs or search_docs to see valid version strings. Endpoint: https://api.llmref.org/v1/mcp
- 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. Endpoint: https://api.llmref.org/v1/mcp
- search_docs - Semantic search across a project's documentation. Returns chunks ranked by relevance. Requires the server to have semantic search enabled. Endpoint: https://api.llmref.org/v1/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: org.llmref
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 1, 2026
- Source: https://registry.modelcontextprotocol.io
