@iflow-mcp/egoist-sqlite-mcp
v0.0.2
Published
```json { "mcpServers": { "sqlite": { "command": "bunx sqlite-mcp@latest", "env": { "DATABASE_URL": "/path/to/db.sqlite" } } } } ```
Readme
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
