First semver release covering the standalone MCP server.
Highlights
konbu mcp --standalone— SQLite-backed stdio MCP server (no HTTP, no auth, no Cloud SQL).- memo / todo / event CRUD + cross-entity LIKE search; tags upsert/dedup; soft-delete excluded from list/search.
- Default SQLite DB at
~/.konbu/konbu.db(override with--db); pure-Go driver (modernc.org/sqlite, CGO disabled). - Docker image published at
ghcr.io/krtw00/konbu-mcp(distroless static, multi-archlinux/amd64+linux/arm64, public). - Unit tests under
internal/standalone/cover CRUD, tag dedup, soft-delete filtering, and cross-entity search.
The HTTP / Cloud mode is unchanged; sponsor-facing behavior is unaffected.
Docker
docker pull ghcr.io/krtw00/konbu-mcp:v0.2.0
# or for the latest main:
docker pull ghcr.io/krtw00/konbu-mcp:latestGetting started
See the Standalone mode (local-only) section in the README.