MCP Server
MCP
ChromaDB Remote MCP Server
Remote ChromaDB vector database MCP server with streamable HTTP transport
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
By
Comments
Sign in to leave a comment