SQLite database queries, analysis, and memo storage for local AI workflows
A lightweight but powerful MCP server for SQLite databases. Query local databases, inspect schemas, run aggregations, and store persistent memos — all through natural language with your AI agent. Features: - Full read/write access to SQLite databases - Schema inspection and table listing - Natural language query execution - Built-in memo/note storage system - Business insight generation from query results - No external services required — runs entirely locally - Perfect for local analytics, prototyping, and AI-assisted data exploration Unlike cloud database servers, SQLite MCP requires no credentials or network access — ideal for local development, quick analysis tasks, or building offline-capable AI workflows. Installation uses Python's uvx package runner (part of uv, the fast Python package manager).
File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)
{
"sqliteMcpServer": {
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"/path/to/database.sqlite"
]
}
}If you maintain SQLite MCP Server, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/sqlite-mcp-server)
PostgreSQL MCP
Natural language SQL queries on your PostgreSQL databases
Notion MCP Server
Read, write, and search your Notion workspace — databases, pages, and knowledge base
Supabase MCP Server
Official Supabase integration — manage tables, run queries, handle auth, and deploy edge functions