sqlite mcp server for Cursor
io.github.neverinfamous/sqlite-mcp-server
SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.
client:Cursor
transport:stdio
runtime:pypi
Install sqlite mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sqlite-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"sqlite-mcp-server-enhanced"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs