AgentHubAgentHub

ref-tools-ref-tools-mcp

MCP ServerMCP Registry官方收录

ai.smithery/ref-tools-ref-tools-mcp · v3.0.0

Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…

概览

ref-tools-ref-tools-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "ref-tools-ref-tools-mcp": {
      "url": "https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "ai.smithery/ref-tools-ref-tools-mcp",
  "type": "mcp-server",
  "version": "3.0.0",
  "displayName": "ref-tools-ref-tools-mcp",
  "description": "Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…",
  "repository": {
    "url": "https://github.com/ref-tools/ref-tools-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://server.smithery.ai/@ref-tools/ref-tools-mcp/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "ai.smithery/ref-tools-ref-tools-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.smithery%2Fref-tools-ref-tools-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
ref-tools-ref-tools-mcp — MCP Server 安装与配置 · AgentHub