Incubyte SQLite MCP Server

JSON →
library 1.0.5 ·javascript
verified Jun 7, 2026

A Model Context Protocol (MCP) server that enables Claude Desktop to safely execute SELECT queries on SQLite databases. Current stable version is 1.0.5. It is built with TypeScript, follows Test-Driven Development, and supports both file-based and in-memory databases. Unlike other MCP servers, this one is strictly read-only by design, preventing INSERT/UPDATE/DELETE operations for security. It integrates seamlessly with Claude Desktop via the MCP protocol.