mcp-memory-gpu
Verified Safeby fvegiard
Overview
MCP Server providing semantic memory with FAISS + SQLite hybrid storage and optional GPU acceleration for applications like Claude Desktop.
Installation
mcp-memory-gpuSecurity Notes
Uses parameterized SQL queries to prevent injection. Network calls to embedding services (Ollama, GPU bridge) use configurable URLs and environment variables for authentication tokens. No hardcoded secrets or 'eval' found in the main server code. Note: The example GPU bridge server code provided in the README for users to deploy separately does include a hardcoded `AUTH_TOKEN` placeholder which should be replaced by a secure secret in a production setup.
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-memory-mcp
Provides local, persistent, and searchable memory for AI assistants like Claude Desktop, enabling them to store and recall information efficiently.
bear-notes-mcp
This server connects Claude Desktop to Bear notes, enabling natural language querying and management of notes through a hybrid sync-safe approach.
chromadb-remote-mcp
Provides remote, authenticated access to ChromaDB for AI assistants like Claude, enabling semantic search and vector database operations from various platforms and locations.