Skip to content
Cursor

ChromaDB Remote MCP Server for Cursor

io.github.meloncafe/chromadb-remote-mcp

Remote ChromaDB vector database MCP server with streamable HTTP transport

client:Cursor transport:streamable-http runtime:oci

Install ChromaDB Remote MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "chromadb-remote-mcp": {
      "url": "https://meloncafe.github.io/chromadb-remote-mcp/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ChromaDB Remote MCP Server in other clients