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
Providing persistent memory and context synchronization for AI development across various tools and projects.
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.
post-cortex
Post-Cortex transforms ephemeral AI conversations into persistent, searchable knowledge, enabling AI assistants to maintain memory across sessions with semantic search and automatic knowledge graph construction.
sqlite-mcp-server
An enhanced SQLite server that provides a rich set of database, JSON, text processing, vector search, and geospatial tools for AI-driven applications and intelligent workflows via the Model Context Protocol (MCP).