SERVER
Chromadb Remote Mcp
Rank #2905io.github.meloncafe/chromadb-remote-mcp
Self-hosted remote access to ChromaDB vector database via streamable HTTP
First listed
Oct 25, 2025
Last publish date
Oct 31, 2025
OVERVIEW
Chromadb Remote Mcp is a Model Context Protocol (MCP) server published by meloncafe. It ranks #2905 of 58,832 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Chromadb Remote Mcp is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Oct 25, 2025 and most recently updated on Oct 31, 2025.
STANDING
#2,905of 58,832 tracked serversTop 5%
Ranks ahead of 55,927 of 58,832 servers on MCP Toplist.
CONNECT
Use Chromadb Remote Mcp
Add Chromadb Remote Mcp to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Remote · HTTP
{
"mcpServers": {
"chromadb-remote-mcp": {
"url": "https://meloncafe.github.io/chromadb-remote-mcp/mcp"
}
}
}Docker image
{
"mcpServers": {
"chromadb-remote-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"devsaurus/chromadb-remote-mcp:latest"
],
"env": {
"CHROMADB_MCP_URL": "<your CHROMADB_MCP_URL>",
"MCP_AUTH_TOKEN": "<your MCP_AUTH_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
REGISTRIES
Listed on 2 registries
ORGANIZATION
meloncafe
VERSIONS
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Oct 31, 2025 |
| 1.0.1 | Oct 26, 2025 |
| 0.1.0 | Nov 25, 2024 |
FAQ
Frequently asked questions
- What is Chromadb Remote Mcp?
- Self-hosted remote access to ChromaDB vector database via streamable HTTP
- Who maintains Chromadb Remote Mcp?
- Chromadb Remote Mcp is maintained by meloncafe, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Chromadb Remote Mcp an official MCP server?
- Yes — Chromadb Remote Mcp is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Chromadb Remote Mcp have?
- MCP Toplist tracks 3 versions of Chromadb Remote Mcp, most recently published on Oct 31, 2025.
- Where can I find the source code for Chromadb Remote Mcp?
- The source code for Chromadb Remote Mcp is hosted at github.com/meloncafe/chromadb-remote-mcp.
EXPLORE