sift-releases
Verified Safeby edwardedmonds
Overview
Provides persistent memory, fast search, and intelligent file editing for Claude Code sessions, enhancing AI developer workflows.
Installation
sift --mcpSecurity Notes
The core 'sift' binary, which functions as the MCP server, is proprietary and distributed as a binary only. This prevents a full security audit of its C source code. While the Python installer scripts (sift-setup.py, sift-uninstall.py) perform standard privileged operations (file system modifications, subprocess execution) typical for such installations, the inherent trust placed in the closed-source binary is significant. Tools like `sift_sql` or `sift_edit` (with its patch mode) could pose security risks (e.g., SQL injection, arbitrary file manipulation) if inputs from the interacting LLM are not meticulously sanitized and validated within the C implementation. The system design implicitly relies on robust internal handling and careful constraint of the LLM's capabilities to prevent abuse.
Similar Servers
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
claude-conversation-memory-mcp
Provides long-term memory for AI coding agents by indexing conversation history, tracking decisions and mistakes, and enabling semantic search across projects.
mcp-server
Provides AI tools with persistent context, semantic code search, and team knowledge sharing across sessions.
mcp-structured-memory
Provides structured, domain-specific memory management for AI agents to use in ongoing projects, storing accumulated context in local markdown files.