spences10/mcp-sqlite-tools
A Model Context Protocol (MCP) server that provides comprehensive SQLite database operations for LLMs. This server enables AI assistants to interact with local SQLite databases safely and efficiently, with built-in security features, advanced transaction support, and clear separation between read-only and destructive operations.
Platform-specific configuration:
{
"mcpServers": {
"mcp-sqlite-tools": {
"command": "npx",
"args": [
"-y",
"mcp-sqlite-tools"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...