
SQLite
CommunityArchived Python reference server for local SQLite.
Python implementation for querying and mutating a single SQLite file. Moved to servers-archived in late 2025, but the PyPI package is still installable and functional.
What it does
- Schema introspection for tables, indexes, views, and triggers
- Parameterised SELECT, INSERT, UPDATE, and DELETE execution
- A built-in "business insight memo" resource that accumulates agent findings across a session
- Transactions — the agent can BEGIN, do work, and COMMIT or ROLLBACK explicitly
- Works against a single on-disk file, no server process or port to manage
- Plays well with WAL mode for concurrent read + single-writer workloads
Best for
SQLite is a MCP server categorised under database, official, sqlite, sql. Python implementation for querying and mutating a single SQLite file. Moved to servers-archived in late 2025, but the PyPI package is still installable and functional.
Pick your MCP client from the Install panel on this page to get a one-click install link (Cursor, VS Code) or a ready-to-paste configuration for Claude Desktop, Claude Code, Gemini, Codex, Windsurf, and other MCP-compatible clients. No local setup required for remote servers.
SQLite is released under the MIT license. This is a permissive open-source license, so you can freely use, modify, and distribute it — subject to its terms.
Reviews
Write a ReviewBe the first to leave a review after using this server in production.
README
Alternatives
Archived reference server for read-only Postgres queries.
Scoped file access with configurable allow-lists.
GitHub's own MCP server for issues, PRs, and code search.