Back to Browse

Llmref Plugin MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://api.llmref.org/v1/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Open access · No issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "org-llmref-llmref": {
      "url": "https://api.llmref.org/v1/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

LLM Reference plugin

A Claude Code plugin that connects to LLM Reference - versioned, model-ready documentation and semantic search - and ships a skill that teaches an agent how and when to use it.

What you get

  • MCP server llmref (remote, https://api.llmref.org/v1/mcp) exposing list_projects, list_versions, resolve_docs, and search_docs.
  • Skill llmref that tells the agent to prefer LLM Reference over training data for version-specific docs, and the order to call the tools in.

Install (Claude Code)

/plugin marketplace add reclear-io/llmref-plugin
/plugin install llmref@llmref

Use in any other MCP client

The server is a plain remote streamable-HTTP MCP endpoint, so any MCP-capable client can connect directly:

https://api.llmref.org/v1/mcp

Per-client setup (Claude Desktop, Cursor, Codex, and others) is documented at https://llmref.org.

License

MIT - Open Source by Reclear.io

Reviews

No reviews yet

Be the first to review this server!