Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"chromadb-remote-mcp": {
"command": "npx",
"args": [
"-y",
"meloncafe/chromadb-remote-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add chromadb-remote-mcp npx -y meloncafe/chromadb-remote-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"chromadb-remote-mcp": {
"command": "npx",
"args": [
"-y",
"meloncafe/chromadb-remote-mcp"
]
}
}
}
📋 Copy
README Excerpt
A **Streamable HTTP** MCP (Model Context Protocol) server that provides remote access to ChromaDB for AI assistants like Claude. Enables semantic search and vector database operations from mobile devices and remote locations. > **Note**: This project uses MCP Streamable HTTP (2025-03-26 spec). SSE transport is deprecated.
Tools (20)
ALLOWED_ORIGINS ALLOW_QUERY_AUTH CHROMA_AUTH_TOKEN CHROMA_DATABASE CHROMA_DATA_PATH CHROMA_HOST CHROMA_PORT CHROMA_TENANT ChromaDB MCP_AUTH_TOKEN PORT RATE_LIMIT_MAX chroma_add_documents chroma_create_collection chroma_delete_collection chroma_delete_documents chroma_get_collection_count chroma_get_collection_info chroma_get_documents chroma_list_collections
Topics
chromadb claude claude-code claude-desktop claude-mobile docker mcp model-context-protocol remote-mcp remote-mcp-server