mcp-sqlite-server

agentforge-ru/mcp-sqlite-server
★ 0 stars Python 🗄️ Database Updated 1d ago
MCP server for SQLite with read/write tools and safety guards against destructive operations. Plug into Claude Desktop, Cursor, or Claude Code.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sqlite-server": {
      "command": "uvx",
      "args": [
        "mcp-sqlite-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-sqlite-server

README Excerpt

A minimal but production-safe **MCP server for SQLite** — lets Claude (or any MCP client) talk to a local SQLite database with read/write tools and built-in safety guards against destructive operations. > Connect Claude to your local SQLite database in 30 seconds. No external services, no API keys, no recurring cost — just a local Python server.

Tools (2)

database_statslist_tables

Topics

aiclaudeclaude-desktopdatabasemcppythonsqlite