🔧 Optimize your SQLite experience with the db-mcp server, featuring OAuth 2.1 and 89 specialized tools for robust data management.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"ShootaOT/db-mcp"
]
}
}
}
Run in terminal:
claude mcp add db-mcp npx -y ShootaOT/db-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"db-mcp": {
"command": "npx",
"args": [
"-y",
"ShootaOT/db-mcp"
]
}
}
}