35 lines
955 B
Markdown
35 lines
955 B
Markdown
# codebase-memory-mcp
|
|
|
|
mcp-name: io.github.DeusData/codebase-memory-mcp
|
|
|
|
**Fast code intelligence engine for AI coding agents.** Indexes an average repository in milliseconds, the Linux kernel (28M LOC) in 3 minutes. Answers structural queries in under 1ms.
|
|
|
|
This package installs the `codebase-memory-mcp` binary from [GitHub Releases](https://github.com/DeusData/codebase-memory-mcp/releases). The binary is downloaded on first run and cached in your OS cache directory.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install codebase-memory-mcp
|
|
# or
|
|
pipx install codebase-memory-mcp
|
|
```
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
codebase-memory-mcp install # configure your coding agents
|
|
codebase-memory-mcp --help
|
|
```
|
|
|
|
## Supported platforms
|
|
|
|
| OS | Architecture |
|
|
|---------|-------------|
|
|
| macOS | arm64, amd64 |
|
|
| Linux | arm64, amd64 |
|
|
| Windows | amd64 |
|
|
|
|
## Full documentation
|
|
|
|
See [github.com/DeusData/codebase-memory-mcp](https://github.com/DeusData/codebase-memory-mcp)
|