mcp-sqlite-manager
If you are the rightful owner of mcp-sqlite-manager 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-manager is an MCP server built with FastMCP to interact with SQLite databases, allowing for easy querying, updating, and inspection of SQLite data using structured tools.
mcp-sqlite-manager is a robust Model Context Protocol (MCP) server designed to facilitate seamless interaction with SQLite databases. Built using FastMCP, this server provides a structured and efficient way to execute SQL queries, manage database tables, and retrieve data in a user-friendly JSON format. It is particularly useful for developers and data analysts who need to perform database operations programmatically. The server supports a range of SQL operations, including reading, writing, and schema management, making it a versatile tool for database management tasks. With its integration capabilities, mcp-sqlite-manager can be easily incorporated into various development environments, enhancing productivity and streamlining database interactions.
Features
- read_query: Execute a SELECT query and return results as JSON.
- write_query: Execute INSERT, UPDATE, or DELETE queries.
- create_table: Create new tables using SQL schema definitions.
- list_tables: Return a list of all tables in the database.
- describe_table: Show schema info for a specific table (like PRAGMA table_info).