Back to Home
SANARP98 icon

chromamcp-vespo

Verified Safe

by SANARP98

Overview

This server extends ChromaDB with advanced file processing, EXIF extraction, folder watching, and duplicate detection capabilities, integrated as an MCP-compliant backend for AI coding assistants like Codex CLI.

Installation

Run Command
docker run --rm -i --network chroma-net -e CHROMA_URL=http://chromadb-vespo:8000 -e CHROMADB_URL=http://chromadb-vespo:8000 -e HOST_WORKSPACE=/path/to/current/project -v /path/to/current/project:/workspace:ro chroma-mcp-vespo-patched:latest

Environment Variables

  • CHROMA_URL
  • CHROMADB_URL
  • DEBUG_MCP
  • CHROMA_ROUTER_ENABLED
  • HOST_WORKSPACE
  • PWD

Security Notes

The architecture relies on Docker for isolation. User-provided paths are passed through a `translateToWorkspacePath` function, which is critical for preventing path traversal by ensuring paths are within the mounted `/workspace` directory. Setup scripts use `spawnSync` with explicitly defined commands and arguments (arrays), reducing command injection risks compared to direct shell execution of unsanitized input. No direct `eval` or hardcoded sensitive credentials were found. Reliance on Docker's security and correct path sanitization are key.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2026-01-16

Tags

ChromaDBMCPCodex CLIVector DatabaseFile ProcessingEXIF ExtractionDuplicate DetectionFolder WatcherAI Context