Ref - up-to-date docs

Ref - up-to-date docs

Ref powerful search tool connets your coding tools with documentation context. It includes an up-to-date index of public documentation and it can ingest your private documentation (eg. GitHub repos, PDFs) as well.

2.0K

2 Tools

Packaged by
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Ref - up-to-date docs MCP Server

Ref powerful search tool connets your coding tools with documentation context. It includes an up-to-date index of public documentation and it can ingest your private documentation (eg. GitHub repos, PDFs) as well.

What is an MCP Server?

MCP Info

Image Building InfoDockerfile|https://github.com/ref-tools/ref-tools-mcp/blob/main/Dockerfile

Docker Image built by|Docker Inc. Docker Scout Health Score| Docker Scout Health ScoreVerify Signature|COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/ref-tools-mcp --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pubLicence|MIT License

Available Tools (2)

Tools provided by this ServerShort Description
ref_read_urlA tool that fetches content from a URL and converts it to markdown for easy reading with Ref.
ref_search_documentationA powerful search tool to check technical documentation.

Tools Details

Tool: ref_read_url

A tool that fetches content from a URL and converts it to markdown for easy reading with Ref.

This is powerful when used in conjunction with the ref_search_documentation or ref_search_web tool that return urls of relevant content.

ParametersTypeDescription
urlstringThe URL of the webpage to read.

Tool: ref_search_documentation

A powerful search tool to check technical documentation. Great for finding facts or code snippets. Can be used to search for public documentation on the web or github as well from private resources like repos and pdfs.

ParametersTypeDescription
querystringQuery to search for relevant documentation. This should be a full sentence or question.
keyWordsarrayoptionalA list of keywords to use for the search like you would use for grep
sourcestringoptionalDefaults to 'all'. 'public' is used when the user is asking about a public API or library. 'private' is used when the user is asking about their own private repo or pdfs. 'web' is use only as a fallback when 'public' has failed.

Use this MCP Server

{
  "mcpServers": {
    "ref": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "REF_API_KEY",
        "mcp/ref-tools-mcp"
      ],
      "env": {
        "REF_API_KEY": "ref-abcdefghi123"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers