Johnnyoshika Sqlite
CreatedMCP-Mirror
Implements a Model Context Protocol (MCP) SQLite server using Node.js, offering an npx-based solution for environments lacking Python's UVX runner.
About
This tool is a Node.js implementation of the Model Context Protocol SQLite server, designed as an alternative to the official Python reference. It leverages npx to provide a convenient way to run the server in environments where Python's UVX runner is not available, such as LibreChat. The tool facilitates interaction with Claude Desktop and can be tested with the MCP Inspector tool, offering a flexible and accessible solution for managing SQLite databases within the MCP framework.
Key Features
- Based on the official Python reference
- Testable with MCP Inspector tool
- NPX-based execution for environments without Python UVX
- 0 GitHub stars
- Compatible with Claude Desktop
- Node.js implementation of MCP SQLite server
Use Cases
- Running an MCP SQLite server in environments without Python UVX
- Integrating an MCP SQLite server with Claude Desktop
- Testing and debugging MCP SQLite server implementations