toolhive-doc-mcp

Official
Local
15
GitHub Repo

Overview

Search ToolHive documentation for help with using and contributing to the project (local version).

Transport

Streamable-HTTP

Tools

  • query_docs
  • get_chunk

Key Capabilities

  • Semantic search over ToolHive documentation using vector embeddings
  • Support for multiple documentation sources including websites and GitHub repositories

How It Works

The server maintains a pre-built SQLite vector database containing documentation that has been:

  1. Fetched from configured sources (websites and GitHub repositories)
  2. Parsed and chunked into manageable sections
  3. Embedded using a local bge-small-en-v1.5 model
  4. Indexed for fast vector similarity search

When you query the documentation, the server performs semantic search by comparing your query against the stored embeddings and returns the most relevant documentation chunks. The hosted version is available as a Docker container with the database pre-built for immediate use.