Back to MCP Servers
Libsql
Production-ready MCP server for libSQL databases with comprehensive security and management tools.
databasessecurity
By Xexr
Installation
npx -y mcp-libsqlConfiguration
{
"mcpServers": {
"mcp-libsql": {
"command": "npx",
"args": ["-y", "mcp-libsql"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes