mcp-server-sqlite
0
SQLite MCP Server is an implementation of the Model Context Protocol (MCP) that leverages SQLite to interact with databases and enable business intelligence. It features tools for SQL querying, schema management, and dynamic insight generation, supporting deployment via Docker and Claude Desktop.
read_query
Execute SELECT query and return query results
write_query
Execute an INSERT, UPDATE, or DELETE query to return the number of affected rows
create_table
Create a new table and return confirmation information
list_tables
List all table names in the database
describe-table
View column definitions and types for a specific table
append_insight
Add new business insights memo resources