awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com

Best SQLite MCP Servers

Ranking updated Jul 13, 2026

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.

Best SQLite MCP Servers

Find the best repos with AI.We'll search the best matching repositories with AI.
  • mempalace/mempalaceMemPalace avatar

    MemPalace/mempalace

    55,712View on GitHub↗

    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.

    PythonModel Context ProtocolModel Context Protocol Servers
    View on GitHub↗55,712
  • modelcontextprotocol/serversmodelcontextprotocol avatar

    modelcontextprotocol/servers

    87,320View on GitHub↗

    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.

    TypeScriptAI Context Integration ProtocolsAI Agent Tool IntegrationsAI Interoperability Layers
    View on GitHub↗87,320
  • mark3labs/mcp-gomark3labs avatar

    mark3labs/mcp-go

    8,806View on GitHub↗

    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.

    GoModel Context ProtocolModel Context Protocol ServersMCP Servers
    View on GitHub↗8,806
  • transitive-bullshit/chatgpt-apitransitive-bullshit avatar

    transitive-bullshit/chatgpt-api

    18,117View on GitHub↗

    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.

    TypeScriptModel Context ProtocolMCP ServersMCP Tool Connectors
    View on GitHub↗18,117
  • github/github-mcp-servergithub avatar

    github/github-mcp-server

    30,726View on GitHub↗

    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.

    GoModel Context Protocol ServersModel Context Protocols
    View on GitHub↗30,726
  • ahujasid/blender-mcpahujasid avatar

    ahujasid/blender-mcp

    17,168View on GitHub↗

    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.

    PythonModel Context ProtocolModel Context Protocol Servers
    View on GitHub↗17,168
  • tobi/qmdtobi avatar

    tobi/qmd

    9,498View on GitHub↗

    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.

    TypeScriptModel Context ProtocolModel Context Protocol ServersMCP Servers
    View on GitHub↗9,498
  • mattn/go-sqlite3mattn avatar

    mattn/go-sqlite3

    8,993View on GitHub↗

    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.

    CSQLite IntegrationSQLite Drivers
    View on GitHub↗8,993
  • googlecloudplatform/kubectl-aiGoogleCloudPlatform avatar

    GoogleCloudPlatform/kubectl-ai

    7,247View on GitHub↗

    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.

    GoModel Context ProtocolModel Context Protocol Servers
    View on GitHub↗7,247
  • amitshekhariitbhu/android-debug-databaseamitshekhariitbhu avatar

    amitshekhariitbhu/Android-Debug-Database

    8,663View on GitHub↗

    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.

    JavaRaw SQL ExecutionSQLite Integration
    View on GitHub↗8,663
  • jamubc/gemini-mcp-tooljamubc avatar

    jamubc/gemini-mcp-tool

    2,246View on GitHub↗

    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.

    TypeScriptModel Context ProtocolModel Context Protocol Servers
    View on GitHub↗2,246
  • negokaz/excel-mcp-servernegokaz avatar

    negokaz/excel-mcp-server

    973View on GitHub↗

    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.

    GoModel Context ProtocolModel Context Protocol Servers
    View on GitHub↗973
Compare the top 10 at a glance
RepositoryStarsLanguageLicenseLast push
mempalace/mempalace55.7KPythonMITJun 15, 2026
modelcontextprotocol/servers87.3KTypeScriptNOASSERTIONJun 7, 2026
mark3labs/mcp-go8.8KGoMITJun 16, 2026
transitive-bullshit/chatgpt-api18.1KTypeScriptNOASSERTIONFeb 11, 2026
github/github-mcp-server30.7KGoMITJun 16, 2026
ahujasid/blender-mcp17.2KPythonmitJan 23, 2026
tobi/qmd9.5KTypeScriptmitFeb 19, 2026
mattn/go-sqlite39KCmitFeb 10, 2026
googlecloudplatform/kubectl-ai7.2KGoapache-2.0Jan 23, 2026
amitshekhariitbhu/android-debug-database8.7KJavaApache-2.0Feb 5, 2026

Related searches

  • an MCP server for connecting to MySQL
  • an MCP server for querying databases
  • an MCP server for connecting to Supabase
  • an MCP server for connecting Obsidian notes
  • a framework for building MCP servers
  • an MCP server for connecting to Notion
  • an MCP server for connecting AI tools
  • a MongoDB MCP server for AI agents