Download Latest Version codebase-memory-mcp-darwin-amd64.tar.gz (38.3 MB)
Email in envelope

Get an email when there's a new version of codebase-memory-mcp

Home / v0.8.1
Name Modified Size InfoDownloads / Week
Parent folder
checksums.txt 2026-06-12 1.5 kB
checksums.txt.bundle 2026-06-12 10.8 kB
codebase-memory-mcp-darwin-amd64.tar.gz 2026-06-12 38.3 MB
codebase-memory-mcp-darwin-amd64.tar.gz.bundle 2026-06-12 10.7 kB
codebase-memory-mcp-darwin-arm64.tar.gz 2026-06-12 37.9 MB
codebase-memory-mcp-darwin-arm64.tar.gz.bundle 2026-06-12 10.7 kB
codebase-memory-mcp-linux-amd64-portable.tar.gz 2026-06-12 37.3 MB
codebase-memory-mcp-linux-amd64-portable.tar.gz.bundle 2026-06-12 10.8 kB
codebase-memory-mcp-linux-amd64.tar.gz 2026-06-12 36.8 MB
codebase-memory-mcp-linux-amd64.tar.gz.bundle 2026-06-12 10.8 kB
codebase-memory-mcp-linux-arm64-portable.tar.gz 2026-06-12 37.0 MB
codebase-memory-mcp-linux-arm64-portable.tar.gz.bundle 2026-06-12 10.7 kB
codebase-memory-mcp-linux-arm64.tar.gz 2026-06-12 36.5 MB
codebase-memory-mcp-linux-arm64.tar.gz.bundle 2026-06-12 10.9 kB
codebase-memory-mcp-ui-darwin-amd64.tar.gz 2026-06-12 38.7 MB
codebase-memory-mcp-ui-darwin-amd64.tar.gz.bundle 2026-06-12 10.7 kB
codebase-memory-mcp-ui-darwin-arm64.tar.gz 2026-06-12 38.3 MB
codebase-memory-mcp-ui-darwin-arm64.tar.gz.bundle 2026-06-12 10.7 kB
codebase-memory-mcp-ui-linux-amd64-portable.tar.gz 2026-06-12 37.7 MB
codebase-memory-mcp-ui-linux-amd64-portable.tar.gz.bundle 2026-06-12 10.7 kB
codebase-memory-mcp-ui-linux-amd64.tar.gz 2026-06-12 37.2 MB
codebase-memory-mcp-ui-linux-amd64.tar.gz.bundle 2026-06-12 10.8 kB
codebase-memory-mcp-ui-linux-arm64-portable.tar.gz 2026-06-12 37.4 MB
codebase-memory-mcp-ui-linux-arm64-portable.tar.gz.bundle 2026-06-12 10.8 kB
codebase-memory-mcp-ui-linux-arm64.tar.gz 2026-06-12 36.9 MB
codebase-memory-mcp-ui-linux-arm64.tar.gz.bundle 2026-06-12 10.8 kB
codebase-memory-mcp-ui-windows-amd64.zip 2026-06-12 37.4 MB
codebase-memory-mcp-ui-windows-amd64.zip.bundle 2026-06-12 10.8 kB
codebase-memory-mcp-windows-amd64.zip 2026-06-12 37.0 MB
codebase-memory-mcp-windows-amd64.zip.bundle 2026-06-12 10.7 kB
sbom.json 2026-06-12 3.9 kB
README.md 2026-06-12 2.7 kB
v0.8.1 source code.tar.gz 2026-06-12 86.4 MB
v0.8.1 source code.zip 2026-06-12 86.6 MB
Totals: 34 Items   697.6 MB 0

A focused follow-up to v0.8.0.

First-party HTTP server

The graph-UI web server has been reimplemented from scratch as a lean in-house module — a refactor that removes the last third-party server library from the binary. The new transport (src/ui/httpd.c) is purpose-built for what the UI actually needs:

  • Localhost-only by construction — binds 127.0.0.1 exclusively, with platform-correct socket options on every OS.
  • Strict HTTP/1.1 parsing — hard request caps (16 KB head / 1 MB body), strict CRLF handling, raw path matching, and a per-connection receive deadline.
  • Simple by design — one request per connection (Connection: close); no keep-alive state machine, no chunked encoding.

A new 28-test transport and routing suite covers the parsing edge cases, CORS policy, RPC dispatch, and shutdown behavior. All routes, status codes, and the localhost-only CORS policy behave exactly as before.

Also in this release

  • Slimmer grammar set — the nim grammar (by far the largest vendored grammar at 66 MB) was dropped; 158 languages remain supported.
  • Attribution bundle in every archive — release archives now include THIRD_PARTY_NOTICES.md, a consolidated file with the license texts of all vendored components. Homebrew and AUR installs place it alongside the binary.
  • Richer SBOM — per-component license and version metadata for everything compiled into the binary.
  • Test suite: 5,604 tests (+27 vs v0.8.0).

Update

:::bash
codebase-memory-mcp update

or grab the binaries below — every asset is signed, checksummed, and attested as usual.

Security Verification

All release binaries scanned with 70+ antivirus engines — 0 detections.

Binary SHA-256 VirusTotal
darwin-amd64 6cd48f218bf135a7b831... 0/72 ✅
darwin-arm64 595cedd259200424f3d9... 0/72 ✅
linux-amd64 58a0e1a968dacd324cde... 0/72 ✅
linux-arm64 45d5c33d59d55b998b98... 0/72 ✅
windows-amd64 12375e6a39a31f003d77... 0/72 ✅
Source: README.md, updated 2026-06-12