V4 · Integration

Perplexity Integration.

Add the SuperLocalMemory MCP server as a connector in Perplexity Desktop. Research context and notes can persist across sessions in a local SQLite store. Note that Perplexity is a networked service — assess each component's privacy and network behavior separately.

V4 AGPL v3 MCP Connector Perplexity: networked
Network disclosure

The SLM core can keep its memory-content path local in Mode A, but Perplexity is a networked search service. Optional connectors or providers may transmit data. Review each component's privacy settings and terms. Connector availability is controlled by Perplexity and can change with plan or app updates.

Setup Steps

Install, add connector, verify.

Install the SLM package first, then add it as an MCP connector in Perplexity Desktop. Verify tool discovery and a memory round trip before treating the integration as active.

1

Install SuperLocalMemory

Use pipx or uv. Mode A does not require a model-provider key for its core path. Run setup to initialise the local database and configuration.

terminal
pipx install superlocalmemory
slm setup
2

Open Perplexity Desktop Settings

Open Perplexity Desktop, then navigate to Settings → Connectors → Add Connector. Connector support requires an eligible Perplexity plan — confirm availability in your account before proceeding.

3

Name the connector

In the connector name field, enter:

connector name
SuperLocalMemory
4

Enter the server command

In the server command field, enter the MCP stdio command. If you installed with pipx:

server command (pipx install)
slm mcp

If you prefer to run without a global install:

server command (npx)
npx superlocalmemory mcp
5

Save and verify

Click Save, then restart Perplexity Desktop. Confirm that the connector shows as active. Store a note via the memory tools and recall it to verify the full round trip.

Verify tool discovery, remember, recall, update, forget, reconnect, and removal against the installed Perplexity Desktop and SLM releases.

What You Get

Persistent research context.

When the connector is active, Perplexity can call SLM memory tools to store and recall research context across sessions. Tool availability depends on the selected MCP profile and installed release.

01 · Continuity

Research Continuity

Store findings, conclusions, and data points from research sessions. Follow-up queries can build on what was previously explored — no re-explaining each session.

02 · Context

Project Context

Store terminology, abbreviations, and domain-specific language relevant to your current work. Recalled context is bounded — inspect scope and provenance.

03 · Cross-Tool

Shared Profile

Documented MCP clients can connect to the same configured SLM profile. Every published client still needs the full release integration contract.

04 · Storage

Local Core Store

SLM stores core memory in a local SQLite database. Perplexity and optional integrations retain their own network behavior; assess each component separately.

05 · Retrieval

Inspectable Recall

Recall traces expose candidate sources, fusion state, and score details. Treat retrieved context as bounded evidence, not a verified fact, and verify critical information independently.

06 · License

Open Source

SuperLocalMemory is open source under AGPL v3. Full source code is publicly available and auditable. Verify the installed release, optional dependencies, and configured providers.

Common Questions

Questions about Perplexity memory.

SuperLocalMemory connects to Perplexity Desktop via MCP Connectors. Open Perplexity Settings, go to Connectors, click Add Connector, enter the connector name and server command (slm mcp). Verify tool discovery and a full memory round trip after restarting.
Connector availability is controlled by Perplexity and can change with plan or app updates. Confirm the current desktop plan documentation, then run an end-to-end memory contract before treating the client as supported.
Documented MCP clients can connect to the same configured SLM profile. Include the core SQLite store plus indexes, models, logs, and other profile state in data-management procedures. Each client still needs its own integration verification.
SLM can keep its core memory-content path local in Mode A, but Perplexity is a networked service. Optional connectors or providers may transmit data. Review each component's settings and policies independently.
Install the package with pipx, run slm setup, then point the Perplexity connector at slm mcp (pipx install) or npx superlocalmemory mcp. Verify the exact transport and tool list in the installed releases.
Get started

Perplexity sessions,
with persistent research context.

Install, add the connector in Perplexity Desktop, then verify the memory round trip before relying on it.

Install V4.0 MCP Protocol