mcp-sqlite-bun-server

mcp-sqlite-bun-serverは、TypeScriptで構築されたSQLiteデータベースのサーバーソリューションです。このプロジェクトは、データの管理とアクセスを簡素化し、効率的なデータ処理を可能にします。特に、RESTful APIを通じてデータベース操作を行うことができ、開発者にとって使いやすいインターフェースを提供します。

GitHubスター

17

ユーザー評価

未評価

お気に入り

0

閲覧数

18

フォーク

7

イシュー

2

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

1Install [Bun](https://bun.sh) if you haven't already
2Clone this repository
3Install dependencies:
bash
   bun install
   
4Run the setup script to configure the server in Claude Desktop:
bash
   bun run setup
   
The setup script will automatically add the server configuration to your Claude Desktop config file, located at:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

追加リソース