From 7d45ed17fc0f78bd195e6dcc8757ef5d43d021a6 Mon Sep 17 00:00:00 2001 From: Justin Parker Date: Sat, 5 Apr 2025 22:22:29 -0700 Subject: [PATCH] add mcp-sqlite --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 210c0a0b..75f00b41 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB database integration with schema inspection and query capabilities - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) ☕ 🏠 - Connect to any JDBC-compatible database and query, insert, update, delete, and more. +- [mcp-sqlite](https://github.com/jparkerweb/mcp-sqlite) 📇🏠 - Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities. - [memgraph/mcp-memgraph](https://github.com/memgraph/mcp-memgraph) 🐍 🏠 - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource. - [modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL database integration with schema inspection and query capabilities - [modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - SQLite database operations with built-in analysis features