Skip to content

Commit ef30623

Browse files
committed
Fix Claude Code cloud MCP installation command
1 parent f2aa7e0 commit ef30623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/integrations/claude-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Basic Memory Cloud provides hosted MCP access with no local installation require
2121
In Claude Code, add the remote MCP server:
2222

2323
```bash
24-
claude mcp add basic-memory-cloud --url https://cloud.basicmemory.com/mcp
24+
claude mcp add -s user -t http basic-memory-cloud https://cloud.basicmemory.com/mcp
2525
```
2626
</Step>
2727

0 commit comments

Comments
 (0)