For an MCP server for querying SQLite databases, the first results are mempalace/mempalace (Mempalace is a Model Context Protocol server designed for managing long-term memory and knowledge graphs, and while it uses storage backends to provide structured data access to LLMs, it is not specifically a dedicated SQLite interface server), modelcontextprotocol/servers (This repository is the official collection of reference implementations for the Model Context Protocol, which includes a dedicated SQLite server that provides the requested database integration, schema introspection, and read/write capabilities) and mark3labs/mcp-go (This repository is a Go SDK and framework for building MCP servers rather than a pre-built, ready-to-use MCP server for SQLite databases). transitive-bullshit/chatgpt-api and github/github-mcp-server round out the shortlist. Compare the match explanations and check the project documentation against your requirements.
We curate open-source GitHub repositories matching “best sqlite mcp servers”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
Mempalace is a long-term memory management system for large language models that orchestrates the storage and retrieval of conversation history and entity relationships. It functions as a memory orchestrator and Model Context Protocol server, providing AI clients with read and write access to structured knowledge. The system utilizes a temporal knowledge graph to track evolving entity relationships and timelines with validity windows. It employs a hierarchical memory partitioning strategy, organizing data into wings and rooms to isolate specialist agent contexts and restrict semantic searches
Mempalace is a Model Context Protocol server designed for managing long-term memory and knowledge graphs, and while it uses storage backends to provide structured data access to LLMs, it is not specifically a dedicated SQLite interface server.
The Model Context Protocol is a standardized communication framework designed to connect language models to external data sources, functional tools, and interactive user interfaces. It provides a vendor-neutral interface layer that enables AI hosts to discover and execute capabilities across heterogeneous service environments, using a JSON-RPC based messaging standard to facilitate bidirectional communication between clients and servers. The protocol distinguishes itself through a robust capability-based handshake that negotiates feature sets during session initialization, ensuring compatibil
This repository is the official collection of reference implementations for the Model Context Protocol, which includes a dedicated SQLite server that provides the requested database integration, schema introspection, and read/write capabilities.
mcp-go is a Go implementation of the Model Context Protocol (MCP) providing an SDK and framework for building servers that connect large language model applications to external tools and data sources. It serves as a developer kit for implementing bidirectional communication and structured data exchange between AI clients and servers. The framework enables the creation of executable tools with structured output schemas, reusable prompt templates, and data resource exposure via URI templates. It supports multiple transport layers, including stdio, HTTP, and Server-Sent Events, using a transport
This repository is a Go SDK and framework for building MCP servers rather than a pre-built, ready-to-use MCP server for SQLite databases.
This project is a tool for integrating existing HTTP APIs with AI agents by translating standard web endpoints into the Model Context Protocol. It provides a framework for constructing and managing libraries of functions that allow large language models to execute tasks and retrieve data. The system functions as an AI gateway that manages tool hosting, authentication, and routing. It includes capabilities for monetizing tool access through usage-based billing and payment processor integration, as well as the ability to publish service definitions to a gateway for commercial productization. T
This project is a general-purpose AI gateway and framework for wrapping HTTP APIs into the Model Context Protocol, rather than a specialized server designed for direct SQLite database interaction and schema introspection.
This project is a Model Context Protocol server that provides a standardized interface for connecting host applications to external data sources and service APIs. It functions as a middleware component, exposing repository-related functionality as a set of discoverable tools that can be invoked dynamically by large language models to facilitate context-aware reasoning and task execution. By bridging host environments with external platforms, the server enables artificial intelligence models to access real-time repository information, supporting automated workflows and improved accuracy in gen
This repository is a general-purpose Model Context Protocol server designed for GitHub repository integration rather than a specialized tool for interacting with SQLite databases.
This project is a Model Context Protocol server that functions as an automation tool for 3D design software. It acts as a bridge between creative applications and external intelligence agents, enabling users to manipulate geometry, materials, and lighting through natural language instructions. The tool distinguishes itself by providing a standardized interface for remote command execution and scene data exchange. By utilizing a protocol-based communication layer, it allows external models to query viewport status and object properties, facilitating automated decision-making and real-time scen
This repository is an MCP server designed for 3D design automation and scene manipulation rather than providing the requested interface for SQLite database interaction.
qmd is a local semantic search engine and RAG knowledge base indexer that functions as a Model Context Protocol server. It converts local documents, markdown files, and codebases into a searchable database to provide retrieval augmented generation capabilities for AI agents. The system exposes its search and retrieval tools via stdio or HTTP. It utilizes local model files for embeddings and reranking, supporting query expansion across multiple languages. The project employs abstract syntax tree based chunking to split source code at function and class boundaries. It implements hybrid vector-
This project is a semantic search and RAG indexing tool for documents and codebases rather than a general-purpose SQLite database interface for LLMs.
This project is a Go language driver for the SQLite database. It provides a relational database interface and a Cgo wrapper that connects Go applications to SQLite for persistent local data storage and query execution. The implementation serves as a provider for JSON document storage and local full-text search. It enables the creation, querying, and modification of JSON data and the implementation of searchable indexes for large text datasets directly within the database. The driver supports standard SQL query execution for both file-based and in-memory storage. It includes capabilities for
This repository is a low-level database driver for Go applications rather than a Model Context Protocol server that provides an LLM-ready interface for SQLite.
kubectl-ai is a natural language cluster operator and AI command assistant that translates plain-text prompts into executable Kubernetes commands. It serves as an interface between large language models and the Kubernetes API to enable cluster management through conversational text. The project implements a Model Context Protocol server to expose cluster operations as standardized tools for external AI clients. It uses a provider-agnostic model interface to support both cloud-based and local AI backends. The system covers natural language infrastructure control and AI-assisted DevOps through
This project is an MCP server designed for Kubernetes cluster management and command execution rather than providing an interface for LLMs to interact with or query SQLite databases.
Android-Debug-Database is a specialized utility for extracting, inspecting, and editing mobile data on Android devices. It serves as a database debugger and SQLite inspector that provides a web-based interface for managing database records and shared preference key-value stores. The project distinguishes itself by supporting encrypted database decryption via provided passwords and the ability to map and inspect volatile in-memory databases. It also includes a data export tool that transfers database files from the private application directory to a local machine for external analysis. The to
This is a web-based debugging and inspection tool for Android-specific SQLite databases, but it does not implement the Model Context Protocol (MCP) required for LLM integration.
This tool functions as a Model Context Protocol server that bridges artificial intelligence models with local development environments. It enables AI assistants to perform codebase analysis, execute command-line utilities, and apply automated code modifications directly to local project files. By integrating with the Gemini API, the system facilitates deep interaction between external models and local system resources. The project distinguishes itself through a robust security and reliability framework designed for automated development workflows. It enforces strict path-based access controls
This repository is an MCP server designed for codebase analysis and file system manipulation rather than providing the specific interface required for querying and managing SQLite databases.
This project is a Model Context Protocol server that enables artificial intelligence assistants to interact directly with Microsoft Excel files. It functions as a bridge, allowing external systems to read, write, and modify spreadsheet data through a standardized interface. By supporting both direct file manipulation and headless application automation, the server provides a comprehensive utility for programmatic workbook management. The server distinguishes itself by combining data processing capabilities with a visual rendering pipeline. It can generate image snapshots of specific spreadshe
This repository is an MCP server designed for interacting with Microsoft Excel files rather than SQLite databases, making it a different tool within the same protocol ecosystem.
| Repository | Stars | Language | License | Last push |
|---|---|---|---|---|
| mempalace/mempalace | 55.7K | Python | MIT | |
| modelcontextprotocol/servers | 87.3K | TypeScript | NOASSERTION | |
| mark3labs/mcp-go | 8.8K | Go | MIT | |
| transitive-bullshit/chatgpt-api | 18.1K | TypeScript | NOASSERTION | |
| github/github-mcp-server | 30.7K | Go | MIT | |
| ahujasid/blender-mcp | 17.2K | Python | mit | |
| tobi/qmd | 9.5K | TypeScript | mit | |
| mattn/go-sqlite3 | 9K | C | mit | |
| googlecloudplatform/kubectl-ai | 7.2K | Go | apache-2.0 | |
| amitshekhariitbhu/android-debug-database | 8.7K | Java | Apache-2.0 |