mcp-sqlite
Verified Safeby rosch100
Overview
An MCP server enabling interaction with SQLCipher-encrypted SQLite databases, offering features for schema exploration, data querying, and CRUD operations.
Installation
No command providedSecurity Notes
The `execute_sql` tool allows arbitrary SQL execution without parameterization, posing a SQL injection risk if used with untrusted input; users are explicitly warned about this. However, the server prioritizes robust security for passphrases using AES-256-GCM encryption, macOS Keychain integration, and environment variables, including strong key validation. Other tools include SQL identifier validation.
Similar Servers
sqlite-mcp
A Model Context Protocol (MCP) server that enables LLMs to interact with SQLite databases by providing tools and resources for querying and managing data.
sqlite-mcp-server
Provides an MCP interface for an SQLite database, offering a wide range of data management, advanced analytics, JSON processing, text/vector search, and geospatial capabilities.
mcp-sqlite-tools
A Model Context Protocol (MCP) server for LLMs to safely and efficiently interact with local SQLite databases, providing comprehensive operations from schema management to query execution and transactions.
jewei-mssql-mcp-server
Provides a Micro-Agent Protocol (MCP) server for querying Microsoft SQL Server databases and retrieving table structures.