
SQLite
STDIOMCP server for SQLite database operations and LibSQL connection support
MCP server for SQLite database operations and LibSQL connection support
{ "mcpServers": { "sqlite": { "command": "bunx sqlite-mcp@latest", "env": { "DATABASE_URL": "/path/to/db.sqlite" } } } }
DATABASE_URL
supports file path or LibSQL connection string.
Use it with ChatWise's local database:
{ "mcpServers": { "chatwise_sqlite": { "command": "bunx sqlite-mcp@latest", "env": { "DATABASE_URL": "$HOME/Library/Application Support/app.chatwise/app.db" } } } }
Add it to ChatWise (macOS) 🪟 Add it to ChatWise (Windows).
MIT