Back to Home
cordlesssteve icon

conversation-search-v2-mcp

Verified Safe

by cordlesssteve

Overview

Provides tools for searching, organizing, and retrieving Claude Code conversation history.

Installation

Run Command
npm start

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2025-12-11

Tags

mcpclaudeconversation historysearchsqlite