SERVER

Chromadb Remote MCP

Rank #2820

io.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 #2820 of 58,900 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,820of 58,900 tracked serversTop 5%

Ranks ahead of 56,080 of 58,900 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

Organization
Total servers
1
Total versions
3
VERSIONS

Available versions (3)

VersionPublished
1.0.2Oct 31, 2025
1.0.1Oct 26, 2025
0.1.0Nov 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