mcp-sqlite-manager
1
MCP SQLite Manager is a server designed for efficient interaction with SQLite databases, utilizing the FastMCP framework. It supports querying, updating, creating tables, and inspecting database structures, facilitating ease of SQL operations.
mcp-sqlite-manager
An MCP server to interact with SQLite databases, built using FastMCP. Key features include querying and updating SQLite data, creating tables, and inspecting database schema.
Features
- Execute and retrieve results from
SELECT
queries as JSON. - Perform
INSERT
,UPDATE
, orDELETE
operations. - Create tables using SQL schema definitions.
- List all database tables and show schema info for specific tables.
Installation
Install with pipx for isolated Python environments. Integrate into Cursor for MCP usage.