Skip to content
Merged
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
8 changes: 4 additions & 4 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add the MCP server to `~/.cursor/mcp.json`:
}
```

Replace the URL with the correct Recall.ai region if needed.
Replace the URL with the correct Recall.ai region.

### Windsurf

Expand All @@ -51,7 +51,7 @@ Add the MCP server to `~/.codeium/mcp_config.json`:
}
```

Replace the URL with the correct Recall.ai region if needed.
Replace the URL with the correct Recall.ai region.

### Claude Desktop

Expand All @@ -72,7 +72,7 @@ Run:
claude mcp add --transport http recall-ai RECALLAI_MCP_URL
```

Replace the URL with the correct Recall.ai region if needed.
Replace the URL with the correct Recall.ai region.

### Codex

Expand All @@ -82,7 +82,7 @@ Run:
codex mcp add recall-ai --url RECALLAI_MCP_URL
```

Replace the URL with the correct Recall.ai region if needed.
Replace the URL with the correct Recall.ai region.

## Required MCP usage

Expand Down
Loading