mintlify-mcp

mintlify-mcp

An MCP server that enables users to query any Mintlify-powered documentation site directly from Claude. It leverages Mintlify's AI Assistant API to provide RAG-based answers and code examples for various platforms like Agno, Resend, and Upstash.

Category
Visit Server

README

<p align="center"> <a href="https://github.com/Vigtu/docmole"> <img loading="lazy" alt="docmole" src="https://raw.githubusercontent.com/Vigtu/docmole/main/assets/docmole-hero.svg" width="100%"/> </a> </p>

Docmole

<p align="center"> <em>Dig through any documentation with AI</em> </p>

npm version License Bun MCP

Docmole is an MCP server that lets you query any documentation site from AI assistants like Claude, Cursor, or any MCP-compatible client. The mole digs through docs so you don't have to.

Features

  • πŸ” Universal docs support β€” works with any documentation site
  • 🏠 Self-hosted RAG β€” LanceDB vectors + OpenAI embeddings, no Python needed
  • ⚑ Zero-setup mode β€” instant access to Mintlify-powered sites
  • 🧠 Multi-turn conversations β€” remembers context across questions
  • πŸ”— WebFetch compatible β€” links converted to absolute URLs
  • πŸ”Œ MCP native β€” works with Claude, Cursor, and any MCP client

Coming soon

  • πŸ¦™ Ollama support β€” fully local mode, no API keys needed
  • πŸ“„ Generic HTML extraction β€” support for non-Mintlify documentation sites
  • πŸ”„ Incremental updates β€” only re-index changed pages

Installation

To use Docmole, run it directly with bunx (no install needed):

bunx docmole --help

Or install globally:

bun install -g docmole

Works on macOS, Linux and Windows. Requires Bun runtime.

Getting started

Local RAG Mode (any docs site)

Index and query any documentation site. Requires OPENAI_API_KEY.

# One-time setup β€” discovers pages and builds vector index
bunx docmole setup --url https://docs.example.com --id my-docs

# Start the MCP server
bunx docmole serve --project my-docs

Add to your MCP client:

{
  "mcpServers": {
    "my-docs": {
      "command": "bunx",
      "args": ["docmole", "serve", "--project", "my-docs"]
    }
  }
}

Mintlify Mode (zero setup)

For sites with Mintlify AI Assistant β€” no API key needed:

bunx docmole -p agno-v2
{
  "mcpServers": {
    "agno-docs": {
      "command": "bunx",
      "args": ["docmole", "-p", "agno-v2"]
    }
  }
}

CLI

Docmole has a built-in CLI for all operations:

# Mintlify mode (proxy to Mintlify API)
docmole -p <project-id>

# Local RAG mode
docmole setup --url <docs-url> --id <project-id>
docmole serve --project <project-id>
docmole list
docmole stop --project <project-id>

Run docmole --help for all options.

How it works

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚ MCP Client  │────▢│   Docmole   │────▢│ Embedded: LanceDB    β”‚
β”‚ (Claude,    │◀────│ MCP Server  │◀────│ Mintlify: API proxy  β”‚
β”‚  Cursor...) β”‚     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜     β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Local RAG Mode: Crawls documentation, generates embeddings with OpenAI, stores in LanceDB. Hybrid search combines semantic and keyword matching.

Mintlify Mode: Proxies requests to Mintlify's AI Assistant API. Zero setup, instant results.

Known Mintlify Project IDs

Documentation Project ID
Agno agno-v2
Resend resend
Mintlify mintlify
Vercel vercel
Upstash upstash
Plain plain

Find more: Open DevTools β†’ Network tab β†’ use the AI assistant β†’ look for leaves.mintlify.com/api/assistant/{project-id}/message

Configuration

Environment Variable Default Description
OPENAI_API_KEY β€” Required for local RAG mode
DOCMOLE_DATA_DIR ~/.docmole Data directory for projects

Project structure

~/.docmole/
β”œβ”€β”€ projects/
β”‚   └── <project-id>/
β”‚       β”œβ”€β”€ config.yaml      # Project configuration
β”‚       └── lancedb/         # Vector database
└── global.yaml              # Global settings

Documentation

See AGENT.md for detailed documentation including:

  • Architecture details
  • Backend implementations
  • Enterprise deployment guides

Contributing

PRs welcome! See the contributing guide for details.

Acknowledgments

License

The Docmole codebase is under MIT license.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured