Multimodal Model Context Protocol Server

Multimodal Model Context Protocol Server

By pixeltable GitHub

A multimodal mcp server

Overview

What is Pixeltable MCP Server?

Pixeltable MCP Server is a multimodal model context protocol server designed to handle indexing and querying of various data types including audio, video, images, and documents.

How to use Pixeltable MCP Server?

To use the Pixeltable MCP Server, clone the repository, install the necessary dependencies, and run the services using Docker. Each service can be accessed through designated endpoints for audio, video, images, and documents.

Key features of Pixeltable MCP Server?

  • Audio file indexing with transcription capabilities
  • Video file indexing with frame extraction
  • Image indexing with object detection
  • Document indexing with text extraction and RAG support
  • Multi-index support for various data types

Use cases of Pixeltable MCP Server?

  1. Indexing and searching audio files for content.
  2. Extracting frames from videos for analysis.
  3. Performing object detection on images.
  4. Extracting text from documents for further processing.

FAQ from Pixeltable MCP Server?

  • What types of data can be indexed?

The server can index audio, video, images, and documents.

  • How do I run the server locally?

You can run the server locally using Docker by following the installation instructions provided in the documentation.

  • Is there a community for support?

Yes! You can join the Pixeltable community on Discord for support and discussions.

Content

Multimodal Model Context Protocol Server

Python Version License Status

This repository contains a collection of server implementations for Pixeltable, designed to handle multimodal data indexing and querying (audio, video, images, and documents). These services are orchestrated using Docker for local development.

🚀 Available Servers

Audio Index Server

Located in servers/audio-index/, this server provides:

  • Audio file indexing with transcription capabilities
  • Semantic search over audio content
  • Multi-index support for audio collections
  • Accessible at /audio endpoint

Video Index Server

Located in servers/video-index/, this server provides:

  • Video file indexing with frame extraction
  • Content-based video search
  • Accessible at /video endpoint

Image Index Server

Located in servers/image-index/, this server provides:

  • Image indexing with object detection
  • Similarity search for images
  • Accessible at /image endpoint

Document Index Server

Located in servers/doc-index/, this server provides:

  • Document indexing with text extraction
  • Retrieval-Augmented Generation (RAG) support
  • Accessible at /doc endpoint

Base SDK Server

Located in servers/base-sdk/, this server provides:

  • Core functionality for Pixeltable integration
  • Foundation for building specialized servers

📦 Installation

Local Development

pip install pixeltable
git clone https://github.com/pixeltable/mcp-server-pixeltable.git

cd mcp-server-pixeltable/servers

docker-compose up --build                 # Run locally with docker-compose
docker-compose down                       # Take down resources

🔧 Configuration

  • Each service runs on its designated port (8080 for audio, 8081 for video, 8082 for image, 8083 for doc).
  • Configure service settings in the respective Dockerfile or through environment variables.

📞 Support

📜 License

This project is licensed under the Apache 2.0 License.

No tools information available.
No content found.