dogonthehorizon
MCP Serverdogonthehorizonpublic

doc builder mcp

poc ingest for large files into chroma

Repository Info

1
Stars
0
Forks
1
Watchers
0
Issues
Python
Language
-
License

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

1

Clone the repository

git clone https://github.com/dogonthehorizon/doc-builder-mcp
2

Install dependencies

cd doc-builder-mcp
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerdogonthehorizon
Repodoc-builder-mcp
LanguagePython
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation