sqlite for Cursor
io.github.ofershap/sqlite
SQLite MCP — query databases, inspect schemas, explain queries, export data.
client:Cursor
transport:stdio
runtime:npm
Install sqlite in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sqlite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-sqlite-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs