{
  "markdown": "# LLM Reference plugin\n\nA Claude Code plugin that connects to [LLM Reference](https://llmref.org) - versioned,\nmodel-ready documentation and semantic search - and ships a skill that teaches an\nagent how and when to use it.\n\n## What you get\n\n- **MCP server** `llmref` (remote, `https://api.llmref.org/v1/mcp`) exposing\n  `list_projects`, `list_versions`, `resolve_docs`, and `search_docs`.\n- **Skill** `llmref` that tells the agent to prefer LLM Reference over training data\n  for version-specific docs, and the order to call the tools in.\n\n## Install (Claude Code)\n\n```\n/plugin marketplace add reclear-io/llmref-plugin\n/plugin install llmref@llmref\n```\n\n## Use in any other MCP client\n\nThe server is a plain remote streamable-HTTP MCP endpoint, so any MCP-capable client\ncan connect directly:\n\n```\nhttps://api.llmref.org/v1/mcp\n```\n\nPer-client setup (Claude Desktop, Cursor, Codex, and others) is documented at\n<https://llmref.org>.\n\n## License\n\nMIT - Open Source by [Reclear.io](https://reclear.io)\n",
  "bytes": 1000,
  "sha": "4459d293e0d0051b27cfa6e7d07d2121275276eab772bec472b8e258e5b6e726",
  "repo_slug": "reclear-io/llmref-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_org_llmref_llmref_173cc114/readme"
}