sqlite_mcp
Verified Safeby AuraFriday
Overview
Provides a local, private, and zero-cost SQLite database with integrated semantic search and automatic embedding generation for AI memory and data management.
Installation
No command providedEnvironment Variables
- TOOL_SUFFIX
Security Notes
The tool uses parameterized queries, which mitigates standard SQL injection risks. Embedding generation occurs locally, eliminating external API data leakage. The `TOOL_UNLOCK_TOKEN` is dynamically generated to ensure documentation awareness. However, the use of `conn.enable_load_extension(True)` for `sqlite-vec` (though disabled immediately after) could be a theoretical vector if a malicious extension were to be loaded, but in this context, it loads a known, required extension. The handling of multiple SQL statements by splitting on semicolons without full SQL parsing could potentially introduce complex injection scenarios if an attacker could control the input SQL, though parameterized queries reduce this risk for data values.
Similar Servers
context-sync
Context Sync provides AI systems with persistent, queryable memory across all development tools, sessions, and projects, allowing AI to remember codebase details, architectural decisions, and conversation history.
post-cortex
Provides long-term, persistent memory and knowledge management for AI assistants, enabling them to store, semantically search, and retrieve conversation context, decisions, and code-related insights.
Simple-Memory-Extension-MCP-Server
A persistent key-value memory store for AI agents, designed to extend context windows and enable semantic search over stored memories.
Cognio
Cognio provides persistent semantic memory for AI assistants, enabling long-term context retention and semantic search across conversations.