egoist/sqlite-mcp
3.4
If you are the rightful owner of sqlite-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The SQLite MCP server is a model context protocol server designed to interface with SQLite databases, providing a seamless integration for applications that require database interactions.
sqlite-mcp
{
"mcpServers": {
"sqlite": {
"command": "bunx sqlite-mcp@latest",
"env": {
"DATABASE_URL": "/path/to/db.sqlite"
}
}
}
}
Notes
DATABASE_URL
supports file path or LibSQL connection string.
Examples
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).
License
MIT