Skip to content

Commit 331a581

Browse files
committed
docs(post-release): align README, server.json, package wrappers with v0.6.1
- README badges: languages 66->155, agents 10->11, tests 2586->2812 (actual count from v0.6.1 test run) - README: VirusTotal table, primary VT badge link, all '66 languages' references, expanded language list with all newly added grammars - server.json: bump 0.5.5->0.6.1 (was two releases behind), update all download URLs and sha256s - pkg/scoop, homebrew, aur, chocolatey, winget: bump to 0.6.1 with new sha256s from v0.6.1 checksums.txt - pkg/winget: new 0.6.1/ manifest directory (winget keeps version history; 0.6.0/ retained) - pkg/npm/README: language and agent counts
1 parent 6aab9d5 commit 331a581

11 files changed

Lines changed: 98 additions & 47 deletions

File tree

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
[![GitHub Release](https://img.shields.io/github/v/release/DeusData/codebase-memory-mcp?style=flat&color=blue)](https://github.com/DeusData/codebase-memory-mcp/releases/latest)
44
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
55
[![CI](https://img.shields.io/github/actions/workflow/status/DeusData/codebase-memory-mcp/dry-run.yml?label=CI)](https://github.com/DeusData/codebase-memory-mcp/actions/workflows/dry-run.yml)
6-
[![Tests](https://img.shields.io/badge/tests-2586_passing-brightgreen)](https://github.com/DeusData/codebase-memory-mcp)
7-
[![Languages](https://img.shields.io/badge/languages-66-orange)](https://github.com/DeusData/codebase-memory-mcp)
8-
[![Agents](https://img.shields.io/badge/agents-10-purple)](https://github.com/DeusData/codebase-memory-mcp)
6+
[![Tests](https://img.shields.io/badge/tests-2812_passing-brightgreen)](https://github.com/DeusData/codebase-memory-mcp)
7+
[![Languages](https://img.shields.io/badge/languages-155-orange)](https://github.com/DeusData/codebase-memory-mcp)
8+
[![Agents](https://img.shields.io/badge/agents-11-purple)](https://github.com/DeusData/codebase-memory-mcp)
99
[![Pure C](https://img.shields.io/badge/pure_C-zero_dependencies-blue)](https://github.com/DeusData/codebase-memory-mcp)
1010
[![Platform](https://img.shields.io/badge/macOS_%7C_Linux_%7C_Windows-supported-lightgrey)](https://github.com/DeusData/codebase-memory-mcp/releases/latest)
1111
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/DeusData/codebase-memory-mcp/badge)](https://scorecard.dev/viewer/?uri=github.com/DeusData/codebase-memory-mcp)
1212
[![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev)
13-
[![VirusTotal](https://img.shields.io/badge/VirusTotal-0%2F72_engines-brightgreen?logo=virustotal)](https://www.virustotal.com/gui/file/dcbe9a951a2b1f7ec6d003edce2f38b586f74bf8cf98faeedec36f1dd3444b06/detection)
13+
[![VirusTotal](https://img.shields.io/badge/VirusTotal-0%2F72_engines-brightgreen?logo=virustotal)](https://www.virustotal.com/gui/file/7e6624b345f994afb901475e9120881241f125dfecd36772b5ade8e73485daf9/detection)
1414
[![arXiv](https://img.shields.io/badge/arXiv-2603.27277-b31b1b?logo=arxiv)](https://arxiv.org/abs/2603.27277)
1515

1616
**The fastest and most efficient code intelligence engine for AI coding agents.** Full-indexes an average repository in milliseconds, the Linux kernel (28M LOC, 75K files) in 3 minutes. Answers structural queries in under 1ms. Ships as a single static binary for macOS, Linux, and Windows — download, run `install`, done.
1717

18-
High-quality parsing through [tree-sitter](https://tree-sitter.github.io/tree-sitter/) AST analysis across all 66 languages, enhanced with LSP-style hybrid type resolution for Go, C, and C++ (more languages coming soon) — producing a persistent knowledge graph of functions, classes, call chains, HTTP routes, and cross-service links. 14 MCP tools. Zero dependencies. Plug and play across 10 coding agents.
18+
High-quality parsing through [tree-sitter](https://tree-sitter.github.io/tree-sitter/) AST analysis across all 155 languages, enhanced with LSP-style hybrid type resolution for Go, C, and C++ (more languages coming soon) — producing a persistent knowledge graph of functions, classes, call chains, HTTP routes, and cross-service links. 14 MCP tools. Zero dependencies. Plug and play across 11 coding agents.
1919

2020
> **Research** — The design and benchmarks behind this project are described in the preprint [*Codebase-Memory: Tree-Sitter-Based Knowledge Graphs for LLM Code Exploration via MCP*](https://arxiv.org/abs/2603.27277) (arXiv:2603.27277). Evaluated across 31 real-world repositories: 83% answer quality, 10× fewer tokens, 2.1× fewer tool calls vs. file-by-file exploration.
2121
@@ -31,7 +31,7 @@ High-quality parsing through [tree-sitter](https://tree-sitter.github.io/tree-si
3131

3232
- **Extreme indexing speed** — Linux kernel (28M LOC, 75K files) in 3 minutes. RAM-first pipeline: LZ4 compression, in-memory SQLite, fused Aho-Corasick pattern matching. Memory released after indexing.
3333
- **Plug and play** — single static binary for macOS (arm64/amd64), Linux (arm64/amd64), and Windows (amd64). No Docker, no runtime dependencies, no API keys. Download → `install` → restart agent → done.
34-
- **66 languages** — vendored tree-sitter grammars compiled into the binary. Nothing to install, nothing that breaks.
34+
- **155 languages** — vendored tree-sitter grammars compiled into the binary. Nothing to install, nothing that breaks.
3535
- **120x fewer tokens** — 5 structural queries: ~3,400 tokens vs ~412,000 via file-by-file search. One graph query replaces dozens of grep/read cycles.
3636
- **11 agents, one command**`install` auto-detects Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, Antigravity, Aider, KiloCode, VS Code, OpenClaw, and Kiro — configures MCP entries, instruction files, and pre-tool hooks for each.
3737
- **Built-in graph visualization** — 3D interactive UI at `localhost:9749` (optional UI binary variant).
@@ -403,15 +403,15 @@ SQLite databases stored at `~/.cache/codebase-memory-mcp/`. Persists across rest
403403

404404
## Language Support
405405

406-
66 languages. Benchmarked against 64 real open-source repositories (78 to 49K nodes):
406+
155 languages, all parsed via vendored tree-sitter grammars compiled into the binary. Benchmarked against 64 real open-source repositories (78 to 49K nodes):
407407

408408
| Tier | Score | Languages |
409409
|------|-------|-----------|
410410
| **Excellent** (>= 90%) | | Lua, Kotlin, C++, Perl, Objective-C, Groovy, C, Bash, Zig, Swift, CSS, YAML, TOML, HTML, SCSS, HCL, Dockerfile |
411411
| **Good** (75-89%) | | Python, TypeScript, TSX, Go, Rust, Java, R, Dart, JavaScript, Erlang, Elixir, Scala, Ruby, PHP, C#, SQL |
412412
| **Functional** (< 75%) | | OCaml, Haskell |
413413

414-
Plus: Clojure, F#, Julia, Vim Script, Nix, Common Lisp, Elm, Fortran, CUDA, COBOL, Verilog, Emacs Lisp, MATLAB, Lean 4, FORM, Magma, Wolfram, JSON, XML, Markdown, Makefile, CMake, Protobuf, GraphQL, Vue, Svelte, Meson, GLSL, INI.
414+
Also supported (not yet benchmarked): Ada, Agda, Apex, Assembly (NASM), Astro, AWK, Beancount, BibTeX, Bicep, Bitbake, Blade, Cairo, Cap'n Proto, Clojure, CMake, COBOL, Common Lisp, Crystal, CSV, CUDA, D, Devicetree, Diff, .env, Elm, Emacs Lisp, F#, Fennel, Fish, FORM, Fortran, FunC, GDScript, .gitattributes, .gitignore, Gleam, GLSL, GN, Go module, Go template, GraphQL, Hare, HLSL, Hyprlang, INI, ISPC, Janet, Jinja2, JSDoc, JSON, JSON5, Jsonnet, Julia, Just, Kconfig, KDL, Lean 4, Linker Script, Liquid, LLVM IR, Luau, Magma, Makefile, Markdown, MATLAB, Mermaid, Meson, Move, Nickel, Nim, Nix, Odin, Pascal, Pkl, PO (gettext), Pony, PowerShell, Prisma, .properties, Protobuf, Puppet, PureScript, Racket, Regex, requirements.txt, ReScript, RON, reStructuredText, Scheme, Slang, Smali, Smithy, Solidity, SOQL, SOSL, Squirrel, SSH config, Starlark, Svelte, Sway, SystemVerilog, TableGen, Tcl, Teal, Templ, Thrift, TLA+, Typst, Verilog, VHDL, Vim script, Vue, WGSL, WIT, Wolfram, XML, Zsh.
415415

416416
## Architecture
417417

@@ -428,7 +428,7 @@ src/
428428
traces/ Runtime trace ingestion
429429
ui/ Embedded HTTP server + 3D graph visualization
430430
foundation/ Platform abstractions (threads, filesystem, logging, memory)
431-
internal/cbm/ Vendored tree-sitter grammars (66 languages) + AST extraction engine
431+
internal/cbm/ Vendored tree-sitter grammars (155 languages) + AST extraction engine
432432
```
433433

434434
## Security
@@ -442,15 +442,15 @@ Every release binary is verified through a multi-layer pipeline before publicati
442442
- **CodeQL SAST** — blocks release pipeline if any open alerts remain
443443
- **Zero runtime dependencies** — no transitive supply chain; all libraries vendored at compile time
444444

445-
### v0.6.0 VirusTotal scans
445+
### v0.6.1 VirusTotal scans
446446

447447
| Binary | SHA-256 | VirusTotal |
448448
|--------|---------|-----------|
449-
| `linux-amd64` | `dcbe9a951a2b1f7ec6d0...` | [0/72 ✅](https://www.virustotal.com/gui/file/dcbe9a951a2b1f7ec6d003edce2f38b586f74bf8cf98faeedec36f1dd3444b06/detection) |
450-
| `linux-arm64` | `3dc702d2ff2b5a7e9094...` | [0/72 ✅](https://www.virustotal.com/gui/file/3dc702d2ff2b5a7e909409337a8a24ba3f724e7e47d6b159b3c9dedf70117fe2/detection) |
451-
| `darwin-arm64` | `61d543c9c795471702...` | [0/72 ✅](https://www.virustotal.com/gui/file/61d543c9c79547170296badddcdfe117b145471361d86606c7094d41aea2644f/detection) |
452-
| `darwin-amd64` | `eea862d705ac9b44a7bd...` | [0/72 ✅](https://www.virustotal.com/gui/file/eea862d705ac9b44a7bd595bfcd1c5c36aa3409ae6e7f0a2454308024c205e40/detection) |
453-
| `windows-amd64` | `dd828ee0d790f9d81c9b...` | [0/72 ✅](https://www.virustotal.com/gui/file/dd828ee0d790f9d81c9bde348db8d5681d624f786bba0e1b5e6c9409534c7a28/detection) |
449+
| `linux-amd64` | `7e6624b345f994afb901...` | [0/72 ✅](https://www.virustotal.com/gui/file/7e6624b345f994afb901475e9120881241f125dfecd36772b5ade8e73485daf9/detection) |
450+
| `linux-arm64` | `ac2498c45235c1bf37f8...` | [0/72 ✅](https://www.virustotal.com/gui/file/ac2498c45235c1bf37f8ef611bdb55c2e615fd445f7045708d7fdf2f9bda5e89/detection) |
451+
| `darwin-arm64` | `3e72c8cb364c431d99f1...` | [0/72 ✅](https://www.virustotal.com/gui/file/3e72c8cb364c431d99f183a15152db448075b150c755c9bd383fa785875c85d2/detection) |
452+
| `darwin-amd64` | `7836878876c8956f6413...` | [0/72 ✅](https://www.virustotal.com/gui/file/7836878876c8956f64132864f3122dab8766a26b21f5ae77d89d48f58a7a8219/detection) |
453+
| `windows-amd64` | `d773be23ed0823d58677...` | [0/72 ✅](https://www.virustotal.com/gui/file/d773be23ed0823d58677453029160486becb495642cca2a81bc14f099353c46b/detection) |
454454

455455
Scan links for every release are also included in the GitHub Release notes automatically.
456456

pkg/aur/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: DeusData <https://github.com/DeusData>
22
pkgname=codebase-memory-mcp
3-
pkgver=0.6.0
3+
pkgver=0.6.1
44
pkgrel=1
55
pkgdesc="Fast code intelligence engine for AI coding agents — single static binary MCP server"
66
arch=('x86_64' 'aarch64')
@@ -12,8 +12,8 @@ conflicts=("$pkgname")
1212
source_x86_64=("${pkgname}-${pkgver}-linux-amd64.tar.gz::https://github.com/DeusData/codebase-memory-mcp/releases/download/v${pkgver}/codebase-memory-mcp-linux-amd64.tar.gz")
1313
source_aarch64=("${pkgname}-${pkgver}-linux-arm64.tar.gz::https://github.com/DeusData/codebase-memory-mcp/releases/download/v${pkgver}/codebase-memory-mcp-linux-arm64.tar.gz")
1414

15-
sha256sums_x86_64=('0dfd70f73337219925f3ec6a572fe776dbbe1c4c8c6ab546ab214fe16e56a426')
16-
sha256sums_aarch64=('f1fad27262fe7af4a356af128e43942355cb2189491079b6790ecc5ae3af069c')
15+
sha256sums_x86_64=('a24c04fd1fd61b08158e011685cf08d860e3594e4ce057ffda57d1cc2f4afdd1')
16+
sha256sums_aarch64=('29811aadc2aa99fb9612683af30a06d03fcb2bfefb95c12ea672671827bd111c')
1717

1818
package() {
1919
install -Dm755 "${srcdir}/codebase-memory-mcp" \

pkg/chocolatey/codebase-memory-mcp.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>codebase-memory-mcp</id>
5-
<version>0.6.0</version>
5+
<version>0.6.1</version>
66
<title>codebase-memory-mcp</title>
77
<authors>DeusData</authors>
88
<projectUrl>https://github.com/DeusData/codebase-memory-mcp</projectUrl>
@@ -17,8 +17,8 @@ codebase-memory-mcp is a single static binary MCP server that indexes codebases
1717
extreme speed and exposes 14 MCP tools for AI coding agents.
1818

1919
Full indexes an average repository in milliseconds, the Linux kernel (28M LOC) in
20-
3 minutes. Answers structural queries in under 1ms. Supports 66 languages via
21-
vendored tree-sitter grammars. Zero dependencies. Plug and play across 10 coding
20+
3 minutes. Answers structural queries in under 1ms. Supports 155 languages via
21+
vendored tree-sitter grammars. Zero dependencies. Plug and play across 11 coding
2222
agents including Claude Code, Codex CLI, Gemini CLI, and Zed.
2323

2424
After installation, run:
@@ -27,7 +27,7 @@ After installation, run:
2727

2828
to configure your coding agents automatically.
2929
</description>
30-
<releaseNotes>https://github.com/DeusData/codebase-memory-mcp/releases/tag/v0.6.0</releaseNotes>
30+
<releaseNotes>https://github.com/DeusData/codebase-memory-mcp/releases/tag/v0.6.1</releaseNotes>
3131
</metadata>
3232
<files>
3333
<file src="tools\**" target="tools" />

pkg/chocolatey/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
$ErrorActionPreference = 'Stop'
22

33
$packageName = 'codebase-memory-mcp'
4-
$version = '0.6.0'
4+
$version = '0.6.1'
55
$url64 = "https://github.com/DeusData/codebase-memory-mcp/releases/download/v${version}/codebase-memory-mcp-windows-amd64.zip"
6-
$checksum64 = 'da3d7d7bd6f687b697145457ff9d113ecf6daffe173d236457a43223e89a5e9c'
6+
$checksum64 = 'e331f84f2ec760d179025b16b440b0f14282e83f2432318969dc69dde8ffffd0'
77
$installDir = Join-Path $env:ChocolateyBinRoot $packageName
88

99
Install-ChocolateyZipPackage `

pkg/homebrew/Formula/codebase-memory-mcp.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
class CodebaseMemoryMcp < Formula
22
desc "Fast code intelligence engine for AI coding agents"
33
homepage "https://github.com/DeusData/codebase-memory-mcp"
4-
version "0.6.0"
4+
version "0.6.1"
55
license "MIT"
66

77
on_macos do
88
on_arm do
99
url "https://github.com/DeusData/codebase-memory-mcp/releases/download/v#{version}/codebase-memory-mcp-darwin-arm64.tar.gz"
10-
sha256 "a1d3f8a4c353ab94ea8fe1fb60159758020f2f256c9652699a0bd6725189a439"
10+
sha256 "3468e5df340e53dba2d23cc30bf44210c412dfb2538d7da992465934bf4980e0"
1111
end
1212
on_intel do
1313
url "https://github.com/DeusData/codebase-memory-mcp/releases/download/v#{version}/codebase-memory-mcp-darwin-amd64.tar.gz"
14-
sha256 "a4d09d97fe1f47e1a0a23309bc34d9937f74c61950bed3259f9576800cc78727"
14+
sha256 "a85f8313181c7ffd3a0ac494c0e2bf1b5647f15de06686f8a0728162bf4326ac"
1515
end
1616
end
1717

1818
on_linux do
1919
on_arm do
2020
url "https://github.com/DeusData/codebase-memory-mcp/releases/download/v#{version}/codebase-memory-mcp-linux-arm64.tar.gz"
21-
sha256 "f1fad27262fe7af4a356af128e43942355cb2189491079b6790ecc5ae3af069c"
21+
sha256 "29811aadc2aa99fb9612683af30a06d03fcb2bfefb95c12ea672671827bd111c"
2222
end
2323
on_intel do
2424
url "https://github.com/DeusData/codebase-memory-mcp/releases/download/v#{version}/codebase-memory-mcp-linux-amd64.tar.gz"
25-
sha256 "0dfd70f73337219925f3ec6a572fe776dbbe1c4c8c6ab546ab214fe16e56a426"
25+
sha256 "a24c04fd1fd61b08158e011685cf08d860e3594e4ce057ffda57d1cc2f4afdd1"
2626
end
2727
end
2828

pkg/npm/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
**The fastest and most efficient code intelligence engine for AI coding agents.** Full-indexes an average repository in milliseconds, the Linux kernel (28M LOC, 75K files) in 3 minutes. Answers structural queries in under 1ms. Ships as a single static binary — this package downloads and runs it automatically.
99

10-
High-quality parsing through [tree-sitter](https://tree-sitter.github.io/tree-sitter/) AST analysis across 66 languages — producing a persistent knowledge graph of functions, classes, call chains, HTTP routes, and cross-service links. 14 MCP tools. Zero dependencies. Plug and play across 10 coding agents.
10+
High-quality parsing through [tree-sitter](https://tree-sitter.github.io/tree-sitter/) AST analysis across 155 languages — producing a persistent knowledge graph of functions, classes, call chains, HTTP routes, and cross-service links. 14 MCP tools. Zero dependencies. Plug and play across 11 coding agents.
1111

1212
## Installation
1313

@@ -27,9 +27,9 @@ Restart your agent. Say **"Index this project"** — done.
2727

2828
- **Extreme indexing speed** — Linux kernel (28M LOC, 75K files) in 3 minutes. RAM-first pipeline with LZ4 compression and in-memory SQLite.
2929
- **Plug and play** — single static binary for macOS (arm64/amd64), Linux (arm64/amd64), and Windows (amd64). No Docker, no runtime dependencies, no API keys.
30-
- **66 languages** — vendored tree-sitter grammars compiled into the binary. Nothing to install, nothing that breaks.
30+
- **155 languages** — vendored tree-sitter grammars compiled into the binary. Nothing to install, nothing that breaks.
3131
- **120x fewer tokens** — 5 structural queries: ~3,400 tokens vs ~412,000 via file-by-file search.
32-
- **10 agents, one command**`install` auto-detects Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, Antigravity, Aider, KiloCode, VS Code, and OpenClaw.
32+
- **11 agents, one command**`install` auto-detects Claude Code, Codex CLI, Gemini CLI, Zed, OpenCode, Antigravity, Aider, KiloCode, VS Code, OpenClaw, and Kiro.
3333
- **14 MCP tools** — search, trace, architecture, impact analysis, Cypher queries, dead code detection, cross-service HTTP linking, ADR management, and more.
3434

3535
## Supported Platforms

pkg/scoop/codebase-memory-mcp.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"version": "0.6.0",
2+
"version": "0.6.1",
33
"description": "Fast code intelligence engine for AI coding agents — single static binary MCP server",
44
"homepage": "https://github.com/DeusData/codebase-memory-mcp",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.6.0/codebase-memory-mcp-windows-amd64.zip",
9-
"hash": "da3d7d7bd6f687b697145457ff9d113ecf6daffe173d236457a43223e89a5e9c",
8+
"url": "https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.6.1/codebase-memory-mcp-windows-amd64.zip",
9+
"hash": "e331f84f2ec760d179025b16b440b0f14282e83f2432318969dc69dde8ffffd0",
1010
"bin": "codebase-memory-mcp.exe"
1111
}
1212
},
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
PackageIdentifier: DeusData.CodebaseMemoryMcp
2+
PackageVersion: 0.6.1
3+
InstallerLocale: en-US
4+
InstallerType: zip
5+
NestedInstallerType: portable
6+
NestedInstallerFiles:
7+
- RelativeFilePath: codebase-memory-mcp.exe
8+
PortableCommandAlias: codebase-memory-mcp
9+
Platform:
10+
- Windows.Desktop
11+
- Windows.Universal
12+
Installers:
13+
- Architecture: x64
14+
InstallerUrl: https://github.com/DeusData/codebase-memory-mcp/releases/download/v0.6.1/codebase-memory-mcp-windows-amd64.zip
15+
InstallerSha256: e331f84f2ec760d179025b16b440b0f14282e83f2432318969dc69dde8ffffd0
16+
ManifestType: installer
17+
ManifestVersion: 1.6.0
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
PackageIdentifier: DeusData.CodebaseMemoryMcp
2+
PackageVersion: 0.6.1
3+
PackageLocale: en-US
4+
Publisher: DeusData
5+
PublisherUrl: https://github.com/DeusData
6+
PublisherSupportUrl: https://github.com/DeusData/codebase-memory-mcp/issues
7+
PackageName: codebase-memory-mcp
8+
PackageUrl: https://github.com/DeusData/codebase-memory-mcp
9+
License: MIT
10+
LicenseUrl: https://github.com/DeusData/codebase-memory-mcp/blob/main/LICENSE
11+
ShortDescription: Fast code intelligence engine for AI coding agents
12+
Description: |-
13+
codebase-memory-mcp is a single static binary MCP server that indexes codebases
14+
at extreme speed and exposes 14 MCP tools for AI coding agents. Full indexes an
15+
average repository in milliseconds, the Linux kernel (28M LOC) in 3 minutes.
16+
Supports 155 languages via vendored tree-sitter grammars. Zero dependencies.
17+
Plug and play across 11 coding agents including Claude Code, Codex CLI, and Zed.
18+
Moniker: codebase-memory-mcp
19+
Tags:
20+
- mcp
21+
- ai
22+
- claude
23+
- code-intelligence
24+
- codebase
25+
- developer-tools
26+
- tree-sitter
27+
ReleaseNotesUrl: https://github.com/DeusData/codebase-memory-mcp/releases/tag/v0.6.1
28+
ManifestType: defaultLocale
29+
ManifestVersion: 1.6.0
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
PackageIdentifier: DeusData.CodebaseMemoryMcp
2+
PackageVersion: 0.6.1
3+
DefaultLocale: en-US
4+
ManifestType: version
5+
ManifestVersion: 1.6.0

0 commit comments

Comments
 (0)