Run SQL queries against a local SQLite database. Useful for scratch analysis and structured local data.
Edit your claude_desktop_config.json and add the following entry under mcpServers:
"sqlite": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sqlite", "postgresql://localhost/mydb" ] }