toolhive-doc-mcp-remote
Overview
Search ToolHive docs for help with using and contributing to the project (hosted version)
Transport
Streamable-HTTP
Tools
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:
- Fetched from configured sources (websites and GitHub repositories)
- Parsed and chunked into manageable sections
- Embedded using a local
bge-small-en-v1.5model - 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.