mcp-server-sqlite-npx
If you are the rightful owner of mcp-server-sqlite-npx and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP SQLite Server is a Node.js implementation of the Model Context Protocol SQLite server, providing an alternative to the Python-based reference for environments lacking Python's UVX runner.
The MCP SQLite Server is a Node.js-based implementation of the Model Context Protocol (MCP) server, specifically designed to work with SQLite databases. It serves as an alternative to the official Python reference implementation, making it suitable for environments where Python's UVX runner is not available. This server is particularly useful for applications like LibreChat, where a Node.js environment is preferred. The server can be easily installed and configured using the Smithery CLI, and it supports integration with platforms like Claude Desktop. The server is built using TypeScript and can be tested using the MCP Inspector tool. It provides a robust solution for managing model context data in SQLite databases, leveraging the power of Node.js for efficient and scalable operations.
Features
- Node.js Implementation: Provides a Node.js alternative to the Python-based MCP server, suitable for environments without Python's UVX runner.
- SQLite Support: Specifically designed to work with SQLite databases, offering efficient data management.
- Easy Installation: Can be installed via Smithery CLI, simplifying the setup process.
- Platform Integration: Supports integration with platforms like Claude Desktop, enhancing its versatility.
- Testing Tools: Compatible with MCP Inspector for testing and validation of server operations.