/sqlite-mcp

MCP server for SQLite

Primary LanguageTypeScriptMIT LicenseMIT

sqlite-mcp

{
  "mcpServers": {
    "sqlite": {
      "command": "bunx sqlite-mcp@latest",
      "env": {
        "DATABASE_URL": "/path/to/db.sqlite"
      }
    }
  }
}

🛠️ Add it to ChatWise.

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