| Port details |
- codebase-memory-mcp MCP server that indexes codebases into a persistent knowledge graph
- 0.10.8 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: olivier@FreeBSD.org
 - Port Added: 2026-07-30 09:00:06
- Last Update: 2026-09-16 19:42:16
- Commit Hash: d6250b8
- License: MIT
- WWW:
- https://github.com/DeusData/codebase-memory-mcp
- Description:
- codebase-memory-mcp is a high-performance Model Context Protocol (MCP) server
that indexes source code into a persistent knowledge graph for use by AI
coding agents.
It parses code with tree-sitter, resolves semantic relationships across files,
and persists the graph in a local SQLite store. Queries are exposed via
JSON-RPC 2.0 over stdio and integrate with MCP-aware clients.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- codebase-memory-mcp>0:devel/codebase-memory-mcp
- To install the port:
- cd /usr/ports/devel/codebase-memory-mcp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/codebase-memory-mcp
- pkg install codebase-memory-mcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: codebase-memory-mcp
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 powerpc64 powerpc64le
- distinfo:
- TIMESTAMP = 1787154654
SHA256 (DeusData-codebase-memory-mcp-v0.10.8_GH0.tar.gz) = bbb40b0af7860e518d5f11e1d7316634bfebaa0928a05928792a890e0222cbeb
SIZE (DeusData-codebase-memory-mcp-v0.10.8_GH0.tar.gz) = 94894604
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for codebase-memory-mcp-0.10.8:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_codebase-memory-mcp
- USES:
- gmake compiler:c11
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.10.8 16 Sep 2026 19:42:16
    |
Olivier Cochard (olivier)  |
Revert "sysutils/edk2: fix network boot on bhyve"
This reverts commit 3fcead9dc69a1fb01bf4200ce3b079e942b57f39.
Wrongly added non-related files to previous commit. |
0.10.8 16 Sep 2026 18:55:17
    |
Olivier Cochard (olivier)  |
sysutils/edk2: fix network boot on bhyve
NetworkPkg's DxeNetLib needs EFI_RNG_PROTOCOL, and the Bhyve build's
only producer is VirtioRngDxe, which never binds since bhyve has no
virtio-rng device. RngDxe uses RDRAND instead and needs no device.
TcpDxe depexes gEfiHash2ServiceBindingProtocolGuid, so add
Hash2DxeCrypto too; without TcpDxe there is no HttpServiceBinding.
Also enable HTTP boot.
PR: 298499
Approved by: manu
Sponsored by: Netflix |
0.10.8 11 Sep 2026 12:48:56
    |
Piotr Kubaj (pkubaj)  |
devel/codebase-memory-mcp: enable on powerpc64* |
0.10.8 20 Aug 2026 07:05:55
    |
Olivier Cochard (olivier)  |
devel/codebase-memory-mcp: update to 0.10.8, add FreeBSD sysctl indexing
Add a downstream-only feature that teaches the code indexer to resolve
FreeBSD kernel sysctl trees. |
0.10.6 18 Aug 2026 17:09:34
    |
Olivier Cochard (olivier)  |
devel/codebase-memory-mcp: update to 0.10.6 |
0.10.4 18 Aug 2026 17:06:05
    |
Olivier Cochard (olivier)  |
devel/codebase-memory-mcp: update to 0.10.4 |
0.9.0 04 Aug 2026 19:03:46
    |
Olivier Cochard (olivier)  |
devel/codebase-memory-mcp: Do not compile on 32bits
Reported by: pkg-fallout |
0.9.0 30 Jul 2026 08:57:08
    |
Olivier Cochard (olivier)  |
devel/codebase-memory-mcp: new port
MCP server that indexes source code into a persistent knowledge graph for AI
coding agents. |