databases

Server Sqlite

SQLite database operations with built-in analysis features

python
local
databases
0
View on GitHub

Installation

npx -y modelcontextprotocol/server-sqlite

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "server-sqlite",
  "command": "npx",
  "args": [
    "-y",
    "modelcontextprotocol/server-sqlite"
  ]
}

About This MCP Server

modelcontextprotocol/server-sqlite

SQLite database operations with built-in analysis features

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

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub