databases

Mcp Sqlite

Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities.

typescript
local
databases
0
View on GitHub

Installation

npx -y jparkerweb/mcp-sqlite

Configuration

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

{
  "name": "mcp-sqlite",
  "command": "npx",
  "args": [
    "-y",
    "jparkerweb/mcp-sqlite"
  ]
}

About This MCP Server

jparkerweb/mcp-sqlite

Model Context Protocol (MCP) server that provides comprehensive SQLite database interaction capabilities.

GitHub: https://github.com/jparkerweb/mcp-sqlite

Need More Details?

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

View Full Documentation on GitHub