chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user