SQLite icon

SQLite

Provides a standardized interface for SQLite database interactions, enabling schema introspection, query execution, and database modifications.

About

SQLite MCP Server acts as a Model Context Protocol (MCP) server specifically designed for SQLite databases. It offers a standardized interface to manage and interact with SQLite, streamlining database operations from schema discovery to data manipulation. This server facilitates seamless integration with MCP clients, allowing for comprehensive control over SQLite databases through a well-defined set of operations.

Key Features

  • Complete schema introspection with column details, types, constraints, and indexes
  • Safe execution of SELECT, WITH, and EXPLAIN queries with result formatting
  • Execution of DDL/DML operations (INSERT, UPDATE, DELETE, CREATE, ALTER, DROP)
  • Sanitized error messages for database operations
  • Built-in SQL operation validation
  • 0 GitHub stars

Use Cases

  • Integrating SQLite databases with MCP-compatible clients or AI agents
  • Programmatically inspecting SQLite database schemas and details
  • Automating SQL query execution and database modifications