An SQLite MCP server which supports database operations with built-in analysis features, ideal for MCP-based automation.
Loading more......
A unified MCP server interface for connecting to multiple databases (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server), supporting connection management, query execution, and schema manipulation.
A Model Context Protocol server enabling LLMs to interact with SQLite and SQL Server databases, supporting schema inspection and SQL query execution, as an exemplary database MCP server.
Open source MCP server for secure, fast, and easy database tools, specializing in database access and management.
MCP server for querying GreptimeDB through the Model Context Protocol.
MCP server for InfluxDB, enabling query execution against InfluxDB OSS API v2.
DuckDB MCP server for schema inspection and query capabilities via Model Context Protocol.
Category: database-messaging-mcp-servers
Tags: mcp, database, sqlite, open-source
Source: GitHub
modelcontextprotocol/server-sqlite is a Model Context Protocol (MCP) server that provides database interaction and business intelligence capabilities using SQLite. It enables running SQL queries, business data analysis, and automatic generation of business insight memos, supporting MCP-based automation workflows.
Business Insights Memo Resource
memo://insights: A continuously updated resource aggregating business insights discovered during analysis.Demonstration Prompt
mcp-demo: Interactive prompt guiding users through database operations.
topic argument (business domain to analyze).Core Tools
read_query: Execute SELECT queries and return results as array of objects.write_query: Execute INSERT, UPDATE, or DELETE queries; returns number of affected rows.create_table: Create new tables with a given SQL statement; returns confirmation.list_tables: Retrieve a list of all tables in the database.describe_table: View schema information (column names and types) for a specific table.append_insight: Add new business insights to the memo resource; triggers memo update.Deployment and Usage
uv and docker commands.Open Source
No pricing or paid plans are specified. The project is open-source under the MIT License.