Acerca de
mcp-sqlite functions as a Model Context Protocol (MCP) server, designed to bridge AI clients with local SQLite databases. It exposes a comprehensive set of tools—including opening databases, retrieving schemas, executing read-only queries, and performing write operations—allowing AI to interact with and manage data effortlessly. The server supports both STDIO and HTTP transport, features concurrent read operations, includes a configurable row cap for queries to manage LLM token budgets, and provides human-readable plain-text responses, making it an ideal companion for AI-driven database interactions.