
doc builder mcp
poc ingest for large files into chroma
Repository Info
About This Server
poc ingest for large files into chroma
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Document Builder MCP
A Model Context Protocol (MCP) server for building and querying document collections with ChromaDB.
Features
- Ingest documents to collections with automatic chunking
Installation
uv pip install -e .
Usage
Run the MCP server:
# Run with persistent storage (required)
uv run main.py --chroma-path /path/to/storage/directory
Available Tools
File Ingestion
ingest_file(file_path, collection_name, content_type): Read a file, chunk it, and store in ChromaDB- Automatically handles text files with recursive chunking
- Supports binary and image files
- Returns truncated content preview (100 chars), content type, file size, and chunk count
Integration with Claude
Add this server to your Claude configuration:
{
"mcpServers": {
"doc-builder": {
"command": "uv run /path/to/doc_builder_mcp/main.py --chroma-path /path/to/storage/directory"
}
}
}
Development
Run the server in development mode with MCP Inspector:
uv run mcp dev main.py --chroma-path /path/to/dev/storage
Quick Start
Clone the repository
git clone https://github.com/dogonthehorizon/doc-builder-mcpInstall dependencies
cd doc-builder-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.