MCPServers

Summary

This SQLite MCP server, developed using Bun and TypeScript, provides AI assistants with database interaction and business intelligence capabilities. It offers tools for executing SQL queries, analyzing business data, and automatically generating insights. The server integrates with Claude Desktop, leveraging a custom setup script for easy configuration. It features a dynamic resource for storing business insights, a guided demo prompt for interactive analysis, and six core tools for database operations and insight management. This implementation is particularly suited for AI-assisted business analysis, data exploration, and automated report generation, enabling use cases such as market trend analysis, performance metric tracking, and data-driven decision support.

Available Actions(6)

read-query

Execute SELECT queries to read data from the database. Input: query (string): The SELECT SQL query to execute. Returns: Query results as array of objects.

write-query

Execute INSERT, UPDATE, or DELETE queries. Input: query (string): The SQL modification query. Returns: { affected_rows: number }.

create-table

Create new tables in the database. Input: query (string): CREATE TABLE SQL statement. Returns: Confirmation of table creation.

list-tables

Get a list of all tables in the database. No input required. Returns: Array of table names.

describe-table

View schema information for a specific table. Input: table_name (string): Name of table to describe. Returns: Array of column definitions with names and types.

append-insight

Add new business insights to the memo resource. Input: insight (string): Business insight discovered from data analysis. Returns: Confirmation of insight addition. Triggers update of memo://insights resource.

Last Updated: April 17, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그