MCP Directory

MCP servers that search documentation

Feed the AI up-to-date library & API docs to cut hallucinated APIs.

7 servers · Last updated June 17, 2026

TL;DR: These servers pull current documentation for libraries and APIs into the agent's context, so it stops inventing methods that don't exist. They're one of the highest-leverage additions for any coding agent — version-correct docs beat stale training data every time.

Bottom line: if you only try one, Context7 MCP Server is the most popular, verified option for this (28,000★). 6 more compared below.

Compare 7 servers

ServerTransportAuthVerifiedStarsTools for this
Context7 MCP ServerLocal (stdio)API key28,000resolve-library-id, query-docs
AWS Knowledge MCPRemote (HTTP)No auth7,000search_documentation, read_documentation
GitMCPRemote (SSE)No auth4,500fetch_<repo>_documentation, search_<repo>_documentation, fetch_generic_documentation +1
Sentry MCP Server (remote)Remote (HTTP)OAuth1,100search_docs
Chroma MCP ServerLocal (stdio)API key600chroma_add_documents, chroma_query_documents, chroma_get_documents +2
Pinecone Developer MCP ServerLocal (stdio)API key500search-docs, rerank-documents
Docker Hub MCP ServerLocal (stdio)API key250docker_hardened_images

The servers

Up-to-date, version-specific library documentation injected into your coding agent.

resolve-library-idquery-docs

Fully managed remote server for AWS docs, blogs, What's-New and Well-Architected guidance — no key.

search_documentationread_documentation

Free remote MCP that turns any GitHub repo into a live documentation source to cut hallucinations.

fetch_<repo>_documentationsearch_<repo>_documentationfetch_generic_documentationsearch_generic_documentation

Official hosted Sentry MCP for investigating issues, errors, traces and performance data.

search_docs

Official Chroma server: create collections and run vector, full-text, and metadata search.

chroma_add_documentschroma_query_documentschroma_get_documentschroma_update_documentschroma_delete_documents

Official Pinecone server: manage indexes, upsert/search records, rerank, and search Pinecone docs.

search-docsrerank-documents

Official Docker Hub MCP server for searching images, reading metadata and managing repositories.

docker_hardened_images

Use these in a stack

FAQ

Why add a docs MCP to a coding agent?

LLM training data lags library releases. A docs server (e.g. Context7, GitMCP) injects current, version-correct API docs so the agent stops hallucinating methods.

Do these cover private/internal docs?

Some can index a specific repo or site; others target public package docs. Check each server's scope on its page.

Other capabilities