Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,18 @@ code-memory search "authentication flow"

### Configure with Claude Code

Add to your `~/.claude/config.json`:

```json
{
"mcpServers": {
"code-memory": {
"command": "code-memory",
"args": ["serve"]
}
}
}
From the project where you want Code Memory available, choose a scope:

```bash
# Share with this project via .mcp.json
claude mcp add --transport stdio --scope project code-memory -- code-memory serve

# Or make it available to all projects via ~/.claude.json
claude mcp add --transport stdio --scope user code-memory -- code-memory serve
```

Verify the connection with `claude mcp get code-memory`.

## Features

### 🔍 Semantic Search
Expand Down
21 changes: 10 additions & 11 deletions npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,18 @@ code-memory search "authentication flow"

### Configure with Claude Code

Add to your `~/.claude/config.json`:

```json
{
"mcpServers": {
"code-memory": {
"command": "code-memory",
"args": ["serve"]
}
}
}
From the project where you want Code Memory available, choose a scope:

```bash
# Share with this project via .mcp.json
claude mcp add --transport stdio --scope project code-memory -- code-memory serve

# Or make it available to all projects via ~/.claude.json
claude mcp add --transport stdio --scope user code-memory -- code-memory serve
```

Verify the connection with `claude mcp get code-memory`.

## Features

### 🔍 Semantic Search
Expand Down
Loading