plurality-mcp-server

Web3-Plurality/plurality-mcp-server
★ 0 stars Python 🧠 Memory/Knowledge Updated 1d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "plurality-mcp-server": {
      "command": "uvx",
      "args": [
        "plurality-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install plurality-mcp-server

README Excerpt

An OAuth-secured [Model Context Protocol](https://modelcontextprotocol.io/) server that gives any MCP-compatible AI client (Claude Code, Claude Desktop, Cursor, etc.) read and write access to a user's Plurality memory — documents, notes, and files stored across memory buckets. ``` MCP Client (Claude Code, Cursor, etc.)

Tools (7)

create_memory_bucketget_user_memory_bucketslist_items_in_memory_bucketread_contextsave_conversationsave_memorysearch_memory