mcp-server.sqlite
If you are the rightful owner of mcp-server.sqlite 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.
SQLite MCP Server is a TypeScript-based Model Context Protocol server for interacting with an SQLite database, providing an interface for executing SQL queries and managing database schemas.
The SQLite MCP Server is a robust implementation of a Model Context Protocol (MCP) server using TypeScript, designed to facilitate interaction with SQLite databases. It offers an interactive interface for executing SQL queries, managing database schemas, and synthesizing business insights. The server operates within an extensible protocol framework, allowing AI models to perform database operations without direct integration. This server is particularly useful for AI applications that require structured access to database functionalities, enabling seamless execution of SQL commands and retrieval of data insights. The server is set up using Docker, making it easy to deploy and manage across different environments. It is designed to work with various AI clients, including Claude Desktop, by configuring the client to communicate with the MCP server.
Features
- list_tables: List all tables on the SQLite database.
- read_query: Execute SELECT queries on the SQLite database.