Home › Databases & Data › ChromaDB Remote MCP Server
ChromaDB Remote MCP Server
Remote ChromaDB vector database MCP server with streamable HTTP transport
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://meloncafe.github.io/chromadb-remote-mcp/mcp HTTP 405 when checked 2026-09-24
Claude Code:
claude mcp add --transport http chromadb-remote-mcp https://meloncafe.github.io/chromadb-remote-mcp/mcp
Or add to your MCP client config:
{
"mcpServers": {
"chromadb-remote-mcp": {
"url": "https://meloncafe.github.io/chromadb-remote-mcp/mcp"
}
}
}
Package (oci)
Package: oci devsaurus/chromadb-remote-mcp:latest
CHROMADB_MCP_URLrequired — URL of your deployed ChromaDB Remote MCP serverMCP_AUTH_TOKENsecret — Authentication token for the MCP server (if enabled)
This server takes extra arguments — see its repository.
Related servers
dbx
Query databases from AI agents using connections configured in DBX.
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
mcp-server-chart
A Model Context Protocol server for generating charts using AntV.
vizro
Tools and templates to create validated and maintainable data charts and dashboards.
DBHub
Token-efficient database MCP server for PostgreSQL, MySQL, MariaDB, SQL Server, Oracle, SQLite
Data from the Official MCP Registry