Overview
A Model Context Protocol (MCP) server implementation that provides database interaction and business intelligence capabilities through SQLite. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos.
Components
Resources
The server exposes a single dynamic resource:
memo://insights: A continuously updated business insights memo that aggregates discovered insights during analysis
Prompts
The server provides a demonstration prompt:
mcp-demo: Interactive prompt that guides users through database operations
topic - The business domain to analyzeTools
The server offers six core tools:
Query Tools
read-query
query (string): The SELECT SQL query to executewrite-query
query (string): The SQL modification query{ affected_rows: number }create-table
query (string): CREATE TABLE SQL statementSchema Tools
list-tables
describe-table
table_name (string): Name of table to describeAnalysis Tools
append-insight
insight (string): Business insight discovered from data analysis