Incubyte SQLite MCP Server
JSON →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.
Resources
packageincubyte-sqlite-mcp-server ↗