MCP Server LogoMCP Server
ホームカテゴリディレクトリ投稿する
投稿する
ホームカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Developer Tools
  4. /Ref Tools Mcp
Ref Tools Mcp

Ref Tools Mcp

作成者 ref-tools•2 days ago
サイトを訪問する

Developer Tools
MCPAPI-documentationdevelopers

Ref MCP

A ModelContextProtocol server that gives your AI coding tool or agent access to documentation for APIs, services, libraries etc. It’s your one-stop-shop to keep your agent up-to-date on documentation in a fast and token-efficient way.

For more see info ref.tools

Setup

There are two options for setting up Ref as an MCP server, either via the streamable-http server (experimental) or local stdio server.

This repo contains the legacy stdio server.

stdio

"Ref": {
  "command": "npx",
  "args": ["ref-tools-mcp"],
  "env": {
    "REF_API_KEY": <sign up to get an api key>
  }
}

Streamable HTTP (experimental)

"Ref": {
    "command": "npx",
    "args": [
      "-y",
      "[email protected]",
      "https://api.ref.tools/mcp"
      "--header",
      "x-ref-api-key:<sign up to get an api key>"
    ]
  }
}

As of April 2025, MCP supports streamable HTTP servers. Ref implements this but not all clients support it yet so the most reliable approach is to use mcp-remote as a local proxy. If you know your client supports streamable HTTP servers, feel free to use https://api.ref.tools/mcp directly.

Note for former alpha users: REF_ALPHA config is still supported. You’ll be notified if you need to update.

Tools

Ref MCP server provides all the documentation related tools for your agent needs.

ref_search_documentation

A powerful search tool to check technical documentation. Use this tool whenever you need information about any technical platform, framework, API, service, database, or library. It searches through relevant documentation and finds exactly what you need, down to the specific section of the page.

ref_read_url

A tool to read the full content of a web page. This allows your agent to follow links in documentation and web searches.

ref_search_web (optional)

A fallback web search tool to cover cases when ref_search_documentation doesn’t find what you need. It will find links to relevant pages on the web and the ref_read_url tool can be used to read the relevant ones.

We include this tool so that Ref can cover all your search needs in one MCP server but if you prefer another search provider you can disable ref_search_web by setting the DISABLE_SEARCH_WEB environment variable to true or by setting the disable_search_web=false url param in the streamable-http server.

Development

npm install
npm run dev

Running with Inspector

For development and debugging purposes, you can use the MCP Inspector tool. The Inspector provides a visual interface for testing and monitoring MCP server interactions.

Visit the Inspector documentation for detailed setup instructions.

To test locally with Inspector:

npm run inspect

Or run both the watcher and inspector:

npm run dev

Local Development

  1. Clone the repository
  2. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. For development with auto-rebuilding:
npm run watch

License

MIT

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Developer Toolsの知識

おすすめのサーバー

Mcp Memory Bank

Mcp Memory Bank

MCP server that helps build Memory Bank - structured documentation system for context preservation

Raindrop.io Mcp

Raindrop.io Mcp

An MCP server for Raindrop.io

Conductor Tasks

Conductor Tasks

A task management system designed for AI development

もっと見る → →

詳細

作成日

June 11, 2025

最終更新日

June 11, 2025

カテゴリー

Developer Tools

作成者

ref-tools

シェアする

もっと見る

Groww Mcp

Groww Mcp

Groww mcp server

Arc Mcp Server

Arc Mcp Server

Accelerate development with ARC MCP

Auth0 Mcp Server

Auth0 Mcp Server

Gumroad Mcp

Gumroad Mcp

A Model Context Protocol (MCP) server implementation for Gumroad API