chromadb-remote-mcp

meloncafe/chromadb-remote-mcp
★ 12 stars TypeScript 🤖 AI/LLM Updated today
Remote MCP server for ChromaDB
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chromadb-remote-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "meloncafe/chromadb-remote-mcp"
      ]
    }
  }
}

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_ORIGINSALLOW_QUERY_AUTHCHROMA_AUTH_TOKENCHROMA_DATABASECHROMA_DATA_PATHCHROMA_HOSTCHROMA_PORTCHROMA_TENANTChromaDBMCP_AUTH_TOKENPORTRATE_LIMIT_MAXchroma_add_documentschroma_create_collectionchroma_delete_collectionchroma_delete_documentschroma_get_collection_countchroma_get_collection_infochroma_get_documentschroma_list_collections

Topics

chromadbclaudeclaude-codeclaude-desktopclaude-mobiledockermcpmodel-context-protocolremote-mcpremote-mcp-server