Claude Code
Last updated: April, 2026
Prerequisites
Setup
claude mcp add --transport http plurality-memory https://app.plurality.network/mcp> /mcpVerify
Troubleshoot
Last updated
Last updated: April, 2026
TL;DR One CLI command, one OAuth flow.
Claude Code installed and logged in
In your terminal:
claude mcp add --transport http plurality-memory https://app.plurality.network/mcpThen authenticate inside Claude Code:
> /mcpThis opens an OAuth browser window. Sign in with your Plurality account. Tokens are cached locally.
In a Claude Code session, ask: "List my memory buckets."
If Claude calls get_user_memory_buckets and returns results, you're connected.
claude: command not found. Make sure Claude Code is installed and on your $PATH.
/mcp shows the server but no tools. OAuth may not have completed. Run /mcp again and follow the browser prompt.
Need to disconnect. Run claude mcp remove plurality-memory.
Last updated