SQLite MCP Server
@MCP-Mirror
SQLite MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"jacksteamdev_mcp-sqlite-bun-server": {
"command": "bun",
"args": [
"run",
"setup"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is SQLite MCP Server?
A Model Context Protocol (MCP) server that enables database interaction and business intelligence through SQLite. It allows running SQL queries, analyzing data, and automatically generating business insight memos.
How to use SQLite MCP Server?
Install Bun, clone the repository, run bun install, then bun run setup to configure the server in Claude Desktop. The server adds tools like read-query, write-query, and create-table for direct SQL operations, plus a memo://insights resource for accumulating insights.
Key features of SQLite MCP Server
- Executes SELECT, INSERT, UPDATE, DELETE, and CREATE TABLE queries
- Exposes a dynamic
memo://insightsresource for business insights - Provides a guided
mcp-demoprompt for analysis workflows - Lists and describes database tables via dedicated tools
- Appends discovered insights to the memo with
append-insight - Logs timestamps and structured metadata to
server.log
Use cases of SQLite MCP Server
- Analyze business data by running SQL queries interactively
- Build a growing memo of insights from repeated data analysis
- Create and modify database tables from within Claude Desktop
- Guide non-technical users through database exploration with prompts
- Automate business reporting by appending insights programmatically
FAQ from SQLite MCP Server
What dependencies are required?
Bun runtime is required. After cloning, run bun install to install dependencies.
Where is the database file stored?
The SQLite database is created at data.sqlite in the project root directory.
Where are logs stored?
Logs are written to server.log in the project root directory, with timestamps and severity levels.
How do I configure the server for Claude Desktop?
Run bun run setup – it automatically adds the server configuration to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/).
What is the memo://insights resource?
A dynamic resource that aggregates business insights as they are added via the append-insight tool. It updates automatically with each new insight.
「データベース」の他のコンテンツ
MongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
コメント