sqlite-mcp
Verified Safeby sqliteai
Overview
Integrates Model Context Protocol (MCP) servers, enabling SQLite databases to call their AI tools directly from SQL queries.
Installation
No command providedSecurity Notes
The server (SQLite extension) itself does not directly handle external network requests or arbitrary code execution from user input. It acts as a client, connecting to a user-specified Model Context Protocol (MCP) server. JSON parsing for configuration (like headers) and tool results uses safe Rust libraries. An `execSync` call is present for musl libc detection but uses a fixed command. The primary security consideration is ensuring the configured MCP server is trusted and secure, as the extension will interact with it.
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.
mcp-mysql-server
Provides an MCP-compliant interface for AI models to securely interact with a MySQL database for CRUD operations, schema inspection, and performance analysis.
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.
simple-memory-mcp
A Model Context Protocol (MCP) server for persistent memory storage, providing intelligent tagging and full-text search for AI assistants to remember context across conversations.