Skip to content

Sqlite Server

Free

by MCP Community

A secure SQLite MCP (Model Context Protocol) server for AI agents with granular permissions and comprehensive security features

v1.3.0Added Apr 12, 2026
mcpmodel-context-protocolsqliteaiagent
Works with:ClaudeGPTGeminiCopilot

Sqlite Server MCP Server

A secure SQLite MCP (Model Context Protocol) server for AI agents with granular permissions and comprehensive security features

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @berthojoris/mcp-sqlite-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sqlite-server": {
      "command": "npx",
      "args": ["-y", "@berthojoris/mcp-sqlite-server"]
    }
  }
}