Chroma MCP ServerServer

djm81
GitHub
AI DevelopmentPersistent MemoryKnowledge Management

Loading subscription status...

💡 Description

The Chroma MCP Server is an integration of the open-source embedded database Chroma, creating a persistent and searchable 'working memory' for AI-assisted development. It enables automatic context recall, persistence managed by developers, and seamless integration with IDE workflows for a unified knowledge hub.

📝 JSON Entries

{
  "mcpServers": [
    {
      "chroma": {
        "env": {
          "LOG_LEVEL": "INFO",
          "MCP_LOG_LEVEL": "INFO",
          "CHROMA_LOG_DIR": "/path/to/your/logs",
          "CHROMA_DATA_DIR": "/path/to/your/data",
          "CHROMA_CLIENT_TYPE": "persistent",
          "MCP_SERVER_LOG_LEVEL": "INFO"
        },
        "args": [
          "chroma-mcp-server"
        ],
        "command": "uvx"
      }
    }
  ]
}

🛠️ Tools

PythonLinuxApple

Features

  • Automatic context recall
  • Persistent storage capabilities
  • Codebase indexing
  • Enhanced context capture
  • Bidirectional linking
  • Semantic code chunking
  • Validation system
  • Automated test-driven learning