Skip to main content
DatabasesPython

modelcontextprotocol/server-sqlite

SQLite database operations with built-in analysis features

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sqlite

Claude Desktop configuration example:

{
  "mcpServers": {
    "modelcontextprotocol-servers-archived-3": {
      "command": "npx",
      "args": [
        "-y",
        "modelcontextprotocol/server-sqlite"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
modelcontextprotocol