MCP.so
登录

Colpali MCP Server - Python

@camillebrl

关于 Colpali MCP Server - Python

mcp server for Colpali (text-rich images) retrieval

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

camillebrl

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Colpali MCP Server - Python?

Colpali MCP Server - Python is an MCP server for semantic image retrieval using ColPali and Elasticsearch. It indexes images or PDF pages and enables natural language search queries against the indexed content.

How to use Colpali MCP Server - Python?

Install by cloning the repository and running make install. Configure the server in your MCP client's mcp.json with the path to start_server.sh and environment variables for Elasticsearch (ES_HOST, ES_USER, ES_PASSWORD). The server exposes four tools: search_images, index_image, get_index_stats, and clear_index.

Key features of Colpali MCP Server - Python

  • Semantic image search using natural language queries
  • Automatic indexing of images and PDFs
  • Multimodal embeddings combining vision and language (ColPali)
  • Scalable storage with Elasticsearch
  • Standard MCP API compatible with any MCP client

Use cases of Colpali MCP Server - Python

  • Search for diagrams or schemas in a document database
  • Index and retrieve screenshots by textual description
  • Enable multimodal search across PDF archives
  • Build AI‑powered image retrieval systems for RAG workflows

FAQ from Colpali MCP Server - Python

What dependencies are required?

Python 3.10+, Elasticsearch 8.0+, and a GPU is recommended for ColPali (though it also works on CPU).

Where are the image embeddings stored?

Embeddings and metadata are stored in Elasticsearch, accessed via the configured ES_HOST, ES_USER, and ES_PASSWORD.

How are images indexed?

Use the index_image tool to index images one by one (batch size of 1). PDFs can be indexed page by page by calling the tool for each page.

Is the clear_index tool reversible?

No, clear_index is irreversible and permanently removes all indexed data.

How is authentication handled?

Authentication is via the ES_USER and ES_PASSWORD environment variables passed to the server at startup.

评论

其他 分类下的更多 MCP 服务器