An MCP server to interact with SQLite databases
Overview
What is mcp-sqlite-manager?
The mcp-sqlite-manager is an MCP server built with FastMCP that allows users to interact with SQLite databases, enabling easy querying, updating, and inspection of SQLite data using structured tools.
How to use mcp-sqlite-manager?
To use the mcp-sqlite-manager, install it via pipx and configure it as an MCP tool within Cursor by adding the necessary configuration to your mcp.json file.
Key features of mcp-sqlite-manager?
read_query: Execute aSELECTquery and return results as JSON.write_query: ExecuteINSERT,UPDATE, orDELETEqueries.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.
Use cases of mcp-sqlite-manager?
- Managing SQLite databases for web applications.
- Performing data analysis and reporting using SQLite.
- Developing and testing database-driven applications.
FAQ from mcp-sqlite-manager?
- Is mcp-sqlite-manager free to use?
Yes! It is licensed under MIT, making it free to use, hack, and improve.
- What programming language is mcp-sqlite-manager written in?
It is written in Python.