Sqlite Mcp Rs
Freeby 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
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
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"]
}
}
}