mcp_server_pixeltable

mcp_server_pixeltable

by pixeltable

License

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

pixeltable / pixeltable-mcp-server Public

A multimodal mcp server

License

Apache-2.0 license

1 star
1 fork
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

pixeltable/pixeltable-mcp-server

main

1 Branch
0 Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

jacobweiss2305
jacobweiss2305

Create LICENSE

Mar 21, 2025

f9f9595
Β Β·Β Mar 21, 2025

History
-------

19 Commits

| | |
| servers | | servers | remove deploy script | Mar 13, 2025 |
| .gitignore | | .gitignore | Add more indexes and aws cdk for deployment | Mar 11, 2025 |
| LICENSE | | LICENSE | Create LICENSE | Mar 21, 2025 |
| README.md | | README.md | Refine README to improve clarity of Docker command descriptions | Mar 13, 2025 |
| View all files | | |

Repository files navigation

Multimodal Model Context Protocal 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.

πŸ”— Links

πŸ“ž Support

πŸ“œ License

This project is licensed under the Apache 2.0 License.

About

A multimodal mcp server

Resources

Readme

License

Apache-2.0 license

Activity

Custom properties

Stars

1 star

Watchers

2 watching

Forks

1 fork

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
1 GitHub Stars

Repository Info

pixeltable Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300