Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sqlite Manager

FreeNot checked

Enables SQLite database interactions including querying, updating, and schema management through structured tools.

GitHubEmbed

About

Enables SQLite database interactions including querying, updating, and schema management through structured tools.

README

An MCP server built with FastMCP to interact with SQLite databases. Easily query, update, and inspect SQLite data using structured tools.


🚀 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).

📦 Installation

🐍 With pipx

This package is designed to be installed with pipx, which allows you to run Python applications in isolated environments.

pipx install --force mcp-sqlite-manager

🔌 MCP Integration in Cursor

To use this server as an MCP tool within Cursor, add the following configuration to your ~/.cursor/mcp.json file or configure via the settings menu in Cursor.

{
    "mcpServers": {
        "mcp-sqlite-manager": {
            "command": "mcp-sqlite-manager"
        }
    }
}

🧑‍💻 Author

Jonathan Hoffman GitHub LinkedIn

🐍 Python, Django, JS, Web, ML, AI, coffee and 🍺 beer.


📄 License

MIT – free to use, hack, and improve.

from github.com/jonnyhoff/mcp-sqlite-manager

Installing Sqlite Manager

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/jonnyhoff/mcp-sqlite-manager

FAQ

Is Sqlite Manager MCP free?

Yes, Sqlite Manager MCP is free — one-click install via Unyly at no cost.

Does Sqlite Manager need an API key?

No, Sqlite Manager runs without API keys or environment variables.

Is Sqlite Manager hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sqlite Manager in Claude Desktop, Claude Code or Cursor?

Open Sqlite Manager on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sqlite Manager with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs