sqlite-mcp-server
The SQLite MCP Server is designed to perform SQLite database operations using the Model Context Protocol, offering features such as SQL queries, table management, and business insights tracking. It supports easy deployment through Docker and Nixpacks and provides remote server connectivity.
SQLite MCP Server
A Model Context Protocol (MCP) server that offers SQLite database operations through a standardized interface.
Features
- In-memory and file-based SQLite database options
- SQL operations: SELECT, INSERT, UPDATE, DELETE
- Table management: CREATE, LIST, DESCRIBE
- Business insights memo tracking
- Docker support for simple deployment
Development & Deployment
Local Development
Follow typical build commands.
Docker Deployment
Utilize Docker for building and running.
Nixpacks Deployment
Supported on platforms like Railway, Coolify, or Render with no additional configuration.
Available Tools
- SQL execution tools (read, write)
- Table management tools
- Business insights appending tools
Remote Server Connection
Configure SSE connections for remote access using predefined URLs.
Example Usage
Illustrative commands for table creation, data insertion, and querying.
Contributing
Fork, create branch, commit changes, push, and open a Pull Request.
License
ISC