mcp-sqlite-bun-server
15
The project is an MCP server that provides business intelligence capabilities through database interaction using SQLite. It facilitates SQL query execution, data analysis, and business insights generation, integrated with a business insights memo feature.
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 the structure information of the specified table
append-insight
Add business insights to the memo resource and trigger updates