Sqlite Server
Freeby 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
Sqlite Server MCP Server
A secure SQLite MCP (Model Context Protocol) server for AI agents with granular permissions and comprehensive security features
Installation
Reviews
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"]
}
}
}