Back to Home
vespo92 icon

chromadblocal-mcp-server

by vespo92

Overview

Provides AI assistants with persistent memory and context by storing and retrieving diverse file types (code, documents, photos, CAD) in a local-first ChromaDB vector store, enhanced with batch processing, EXIF extraction, watch folders, and duplicate detection.

Installation

Run Command
bun run index.js

Environment Variables

  • CHROMADB_URL
  • CHROMA_ROUTER_ENABLED

Security Notes

The server performs extensive file system operations (read, write, scan, delete) based on paths provided via AI prompts. Without robust input sanitization or strict access controls, a compromised AI or malicious prompt injection could lead to directory traversal, unauthorized file access, modification, or deletion on the host system. The potential to connect to remote ChromaDB instances introduces a risk if these endpoints are untrusted or insecure. No obvious hardcoded secrets or 'eval' usage found.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-22

Tags

AI MemoryVector DatabaseChromaDBFile ProcessingMCP Server