소개
SQLite Server provides a Go-based implementation that wraps an SQLite database, allowing MCP clients like Claude Desktop to perform operations such as creating and describing tables, listing schemas, and executing read/write queries through a JSON-RPC interface. It's designed for easy integration and can be deployed using Docker or as a Go binary, offering flexible configuration options and detailed logging for efficient database management.
주요 기능
- Docker support for easy deployment
- Compliant with MCP specification using JSON-RPC
- Supports SQLite operations: create, describe, list tables and execute queries
- 0 GitHub stars
- Configurable via YAML file or environment variables
- Detailed logging capabilities
사용 사례
- Enabling remote access to SQLite databases through JSON-RPC
- Integrating SQLite databases with MCP clients like Claude Desktop
- Providing a standardized interface for interacting with SQLite in automation workflows