sqliteai/sqlite-mcp
A SQLite extension that integrates the Model Context Protocol, enabling SQLite databases to connect to MCP servers and call their tools.
Platform-specific configuration:
{
"mcpServers": {
"sqlite-mcp": {
"command": "npx",
"args": [
"-y",
"sqlite-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...