Are you the author? Sign in to claim
MCP server for SQLite
{
"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
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official MongoDB integration — query collections, run aggregations, inspect schemas
Secure MCP server for MySQL database interaction, queries, and schema management
Run Claude Code as an MCP server so any agent can delegate coding tasks to it