-
security-
license-
qualityA Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.
Last updated -
Python
模型上下文协议 (MCP) 服务器实现,通过 SQLite 提供数据库交互和商业智能功能。该服务器支持运行 SQL 查询、分析业务数据并自动生成业务洞察备忘录。
安装脚本将自动将服务器配置添加到您的 Claude Desktop 配置文件中,该文件位于:
~/Library/Application Support/Claude/claude_desktop_config.json
服务器公开单个动态资源:
memo://insights
:持续更新的业务洞察备忘录,汇总分析过程中发现的洞察服务器提供演示提示:
mcp-demo
:指导用户完成数据库操作的交互式提示topic
- 要分析的业务领域该服务器提供六个核心工具:
read-query
query
(字符串):要执行的 SELECT SQL 查询write-query
query
(字符串):SQL 修改查询{ affected_rows: number }
create-table
query
(字符串):CREATE TABLE SQL语句list-tables
describe-table
table_name
(字符串):要描述的表的名称append-insight
insight
(字符串):从数据分析中发现的商业洞察src/index.ts
:主服务器实现src/logger.ts
:日志实用程序scripts/setup.ts
:Claude Desktop 配置脚本服务器维护详细日志:
server.log
:位于项目根目录SQLite 数据库文件创建于:
data.sqlite
:位于项目根目录bun run setup
:在 Claude Desktop 中配置服务器bun run lint
:运行 ESLint 检查bun run lint:fix
:自动修复 ESLint 问题bun run inspect
:运行 MCP 检查器此 MCP 服务器采用 MIT 许可证。详情请参阅许可证文件。
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
模型上下文协议服务器,通过SQLite提供数据库交互能力,让用户能够运行SQL查询,分析业务数据,并自动生成业务洞察备忘录。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacksteamdev/mcp-sqlite-bun-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server