← Back to Plugins
MCP Server MCP

ChromaDB Remote MCP Server

github By github 👁 1 views ▲ 0 votes

Remote ChromaDB vector database MCP server with streamable HTTP transport

Homepage Verified source GitHub

Install

oci:devsaurus/chromadb-remote-mcp:latest

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://meloncafe.github.io/chromadb-remote-mcp/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "devsaurus/chromadb-remote-mcp:latest",
      "runtimeHint": "docker",
      "transport": {
        "type": "streamable-http",
        "url": "https://meloncafe.github.io/chromadb-remote-mcp/mcp"
      },
      "runtimeArguments": [
        {
          "value": "8080:8080",
          "type": "named",
          "name": "-p"
        },
        {
          "value": "MCP_AUTH_TOKEN={MCP_AUTH_TOKEN}",
          "type": "named",
          "name": "-e"
        }
      ],
      "environmentVariables": [
        {
          "description": "URL of your deployed ChromaDB Remote MCP server",
          "isRequired": true,
          "placeholder": "https://your-server.example.com/mcp",
          "name": "CHROMADB_MCP_URL"
        },
        {
          "description": "Authentication token for the MCP server (if enabled)",
          "isSecret": true,
          "name": "MCP_AUTH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http oci

Comments

Sign in to leave a comment

Loading comments...