mcp-sqlite-bun-server

mcp-sqlite-bun-server is a server solution for SQLite databases built with TypeScript. This project simplifies data management and access, enabling efficient data processing. It particularly allows database operations through a RESTful API, providing a user-friendly interface for developers.

GitHub Stars

17

User Rating

Not Rated

Favorites

0

Views

26

Forks

7

Issues

2

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

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

Additional Resources