kapyn
RadarDatabases

SQLite

Databases · MCP Server

Visit Website

About SQLite

A reference server for SQLite that lets an assistant read and write a local database file with full SQL support, the simplest way to give a model structured local data.

Query and write a local SQLite database.

CategoryDatabases
TypeMCP Server
SourceOfficial
Websitegithub.com

Installing SQLite

A Python server. Needs uv installed (uvx ships with it).

The upstream reference server is archived. It still installs and runs, but is no longer maintained.

Claude Code
claude mcp add sqlite -- uvx mcp-server-sqlite --db-path /path/to/db.sqlite
Claude Desktop · Cursor · VS Code · Windsurf
{
  "mcpServers": {
    "sqlite": {
      "command": "uvx",
      "args": [
        "mcp-server-sqlite",
        "--db-path",
        "/path/to/db.sqlite"
      ]
    }
  }
}

Not sure where the config file lives, or it isn't picking the server up? Config paths for every client.

See SQLite alternatives

Similar tools

PostgreSQLQuery a Postgres database in natural language.SupabaseManage your Supabase project from the assistant.RedisRead and write a Redis store from the assistant.ChromaStore and semantically search embeddings.MindsDBQuery many databases as one, in natural language.MongoDBQuery and manage MongoDB from the assistant.

Find more on the Radar

Browse every tool, model, and MCP server in one place.

Open the Radar