Back to directory
privetin/chroma

privetin/chroma

@privetin

A Model Context Protocol (MCP) server implementation that provides vector database capabilities through Chroma.

chromavector-databasesemantic-searchmcp-serverdocument-storageembeddingsdatabase

Installation & Configuration

{
  "mcpServers": {
    "chroma": {
      "command": "uv",
      "args": [
        "--directory",
        "C:/MCP/server/community/chroma",
        "run",
        "chroma"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13