conversation-search-v2-mcp
Verified Safeby cordlesssteve
Overview
Provides tools for searching, organizing, and retrieving Claude Code conversation history.
Installation
npm startEnvironment Variables
- CHROMA_HOST
- OLLAMA_HOST
Security Notes
The server uses parameterized SQL queries via `better-sqlite3` to prevent SQL injection. No `eval` or direct unsanitized `child_process` execution observed in the main server logic. Network connections to ChromaDB and Ollama (for semantic search) are configurable via environment variables (`CHROMA_HOST`, `OLLAMA_HOST`), defaulting to `localhost`. Users should ensure these endpoints are trusted as data could be exfiltrated or manipulated if misconfigured. Data storage is primarily local SQLite. File path handling in scripts is generally robust.
Similar Servers
voicemode
Provides robust voice interaction capabilities for Model Context Protocol (MCP) agents, enabling real-time speech-to-text (STT) and text-to-speech (TTS) functionalities, with support for local and cloud-based services. It also includes tools for audio playback (DJ), service management, and diagnostics.
claude-historian-mcp
Provides an MCP server for Claude Code to search and retrieve insights from conversation history, including past solutions, file changes, and tool usage patterns.
claude-memory-mcp
Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.
memcord
A privacy-first, self-hosted MCP server for organizing chat history, summarizing messages, and searching past conversations using AI, particularly for Claude interactions.