Database interaction and business intelligence via SQLite
Official MCP server for SQLite database interaction. Enables running SQL queries, analyzing business data, and automatically generating business insight memos.
{
"mcpServers": {
"sqlite": {
"mcpServers": {
"sqlite": {
"args": [
"mcp-server-sqlite",
"--db-path",
"~/test.db"
],
"command": "uvx"
}
}
}
}
}