Skip to content

Sqlite Mcp Rs

Free

by MCP Community

A bounded Model Context Protocol (MCP) server for SQLite with stdio (default) and optional HTTP transport. It supports both ephemeral in-memory databases and pe

v0.3.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Sqlite Mcp Rs MCP Server

A bounded Model Context Protocol (MCP) server for SQLite with stdio (default) and optional HTTP transport. It supports both ephemeral in-memory databases and pe

Installation

Reviews

Leave a Review

Installation

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