Skip to content
Claude Desktop

Pensyve for Claude Desktop

io.github.major7apps/pensyve

Universal memory runtime for AI agents — episodic, semantic, and procedural memory.

client:Claude Desktop transport:streamable-http

Install Pensyve in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "pensyve": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.pensyve.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Pensyve in other clients