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
1 star
1 fork
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
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 | | |
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.
Located in servers/audio-index/
, this server provides:
/audio
endpointLocated in servers/video-index/
, this server provides:
/video
endpointLocated in servers/image-index/
, this server provides:
/image
endpointLocated in servers/doc-index/
, this server provides:
/doc
endpointLocated in servers/base-sdk/
, this server provides:
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
GitHub Issues: Report bugs or request features
Discord: Join our community
This project is licensed under the Apache 2.0 License.
A multimodal mcp server
No releases published
No packages published
You canβt perform that action at this time.