Skip to content
Closed
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
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,15 @@ aztec-mcp

## Configuration

### Claude Code Plugin
### Claude Code

Add to your `.mcp.json`:
Install with the CLI:

```bash
claude mcp add aztec -- npx @aztec/mcp-server@latest
```

Or add to your `.mcp.json`:

```json
{
Expand All @@ -42,6 +48,22 @@ Add to your `.mcp.json`:
}
```

### Codex

Install with the CLI:

```bash
codex mcp add aztec -- npx @aztec/mcp-server@latest
```

Or add to `~/.codex/config.toml`:

```toml
[mcp_servers.aztec]
command = "npx"
args = ["-y", "@aztec/mcp-server@latest"]
```

## Available Tools

### `aztec_sync_repos`
Expand Down