Connect · free during beta

One memory. Every surface.
Pick yours.


Everything below connects to the same memory — set up one surface in a couple of minutes, add the others whenever you want. Sign-in is OAuth everywhere; there's never an API key to paste.

AI assistants · MCP

Claude, ChatGPT, Gemini, Cursor & every MCP client.


Nuramem is a remote MCP server. Add it once in any MCP-compatible client and your memory is there. The URL is the same everywhere: https://mcp.nuramem.ai/mcp — no API key, sign-in is OAuth.

Claude Desktop
  1. Open Settings → Connectors.
  2. Click Add custom connector.
  3. Paste the URL https://mcp.nuramem.ai/mcp and click Add.
  4. Click Connect and sign in. Nuramem's tools now appear in any chat.
Claude.ai (web and mobile)
  1. Open Settings → Connectors.
  2. Click Add custom connector.
  3. Paste the URL https://mcp.nuramem.ai/mcp and click Add.
  4. Click Connect and sign in. The connector works on claude.ai in the browser and in the Claude mobile apps.
Claude Code

Add the server from your terminal, then authenticate inside Claude Code:

claude mcp add --transport http --scope user nuramem https://mcp.nuramem.ai/mcp

The --scope user flag (a command-line flag — it goes before the server name) makes Nuramem available across all your projects; omit it to add it to the current project only. Then open Claude Code, run /mcp, select nuramem, and complete the browser sign-in.

ChatGPT

Available on all ChatGPT plans. On Business, Enterprise or Edu workspaces, an admin may need to allow Developer mode first.

  1. Open Settings → Security and login and turn on Developer mode.
  2. Open Settings → Apps — or go straight to chatgpt.com/plugins — and click the + button to add a custom app.
  3. Name it Nuramem and set the MCP server URL to https://mcp.nuramem.ai/mcp, then click Create.
  4. Sign in when prompted. Nuramem is now available in chats.

ChatGPT renamed connectors to apps in December 2025 — older guides pointing at Settings → Connectors describe the previous flow.

Gemini CLI

Add Nuramem to ~/.gemini/settings.json (or a project .gemini/settings.json):

{
  "mcpServers": {
    "nuramem": {
      "httpUrl": "https://mcp.nuramem.ai/mcp",
      "oauth": { "enabled": true }
    }
  }
}

Restart Gemini CLI; it will prompt you to authenticate on first use. (Google's consumer Gemini app doesn't support custom MCP servers yet — use the Gemini CLI or the REST API for now.)

Microsoft Copilot (Copilot Studio)

Copilot connects through Copilot Studio's tool wizard — you add Nuramem once to an agent and every chat with that agent has your memory:

  1. In Copilot Studio, open (or create) your agent and go to Tools → Add a tool.
  2. Choose Model Context Protocol, name it Nuramem and set the server URL to https://mcp.nuramem.ai/mcp.
  3. Pick OAuth as the authentication and finish the wizard, then sign in when prompted. Nuramem's tools now appear on the agent.
Cursor / Windsurf / VS Code (and other MCP clients)

All connect to the same server. In Cursor and VS Code, add an MCP server pointing at https://mcp.nuramem.ai/mcp; in Windsurf, set serverUrl to the same. Restart the client and complete the browser sign-in on first use.

Prefer not to edit config by hand? The nura CLI can detect and configure these clients for you — see Command line below.

Connected, but the tools aren't showing up? Start a fresh chat — most clients snapshot their tool list per conversation, so a connector added mid-chat doesn't appear until the next one.

Slack

Add Nuramem to your workspace.


One click installs the app for your whole workspace. Each person then links their own Nuramem account — nothing is ever read or saved for unlinked users, and channel capture is opt-in per channel with a visible notice.

Add to Slack

After installing

  1. In any channel, run /nura briefing. Nuramem replies with a private link to connect your Slack identity to your Nuramem account (sign up free if you don't have one).
  2. That's it. /nura save <text>, /nura search <query>, the "Save to Nuramem" message shortcut, and DM chat with your memory all work as you.
  3. Optional, per channel: /nura capture on turns on auto-capture in a public channel — opt-in only, announced in the channel, and only for linked authors.

Microsoft Teams

Upload the Nuramem app to Teams.


Nuramem for Teams ships as a standard app package while we're in beta — download the zip and upload it yourself (individual) or org-wide (admin). Same memory, same account linking: nothing is read or saved for unlinked users.

Download the Teams app (.zip)

Just for you (sideload)

  1. In Teams: Apps → Manage your apps → Upload an app → Upload a custom app, and pick the zip.
  2. If the upload option is missing, your organization blocks custom apps — send the zip and the org-wide steps below to your Teams admin instead.
  3. Message the bot: help, save <text>, search <query>, briefing. The first message replies with your private account-linking link.

For your whole org (admin)

  1. Teams admin center → Teams apps → Manage apps → Actions → Upload new app, and pick the zip.
  2. Set the app to Allowed (and pin it to a setup policy if you want it preinstalled). Everyone can then add Nuramem from the Teams app store's "Built for your org" section.

Desktop · macOS (Windows soon)

Your memory in the menu bar.


A chat window that knows you, one keystroke away. Chat with your memory from the menu bar; press ⌘⇧Space anywhere to capture a thought (prefix ? to ask instead). Attach a file or a folder and Nuramem digests it. When plans come due, a calm once-a-day nudge — never a stream of pings.

macOS

Universal — Apple silicon and Intel, macOS 10.15+. Signed and notarized. Drag Nuramem to Applications, launch it from your menu bar, click Sign in.

Windows

Windows 10 and 11 — builds are produced today and a signed installer is on the way. The nura CLI works on Windows now.

Command line

The nura CLI.


Save, search and chat with the same memory from any shell, script or CI — and let it configure your MCP clients for you.

curl -fsSL https://get.nuramem.ai | sh        # or: uv tool install nuramem · pipx install nuramem
nura login                                    # sign in (opens your browser)
nura this "we picked Postgres for the data plane"
nura search "data plane"                      # also: nura briefing · nura --json …
nura what am I supposed to ship this week     # free text = chat with your memory

Package managers work too — macOS/Linux: brew install nuramem/tap/nura; Windows: scoop bucket add nuramem https://github.com/nuramem/scoop-bucket then scoop install nura. And nura connect detects Claude Desktop, Cursor, VS Code and friends and adds the MCP server to each — no config editing.

Coding assistants

The Nuramem skill.


Teach Claude Code, Cursor or Codex to reach for your memory reliably — the gesture, proactive capture, the session-start briefing. The skill ships inside the CLI:

nura skill install                 # → ~/.claude/skills/nuramem/ (Claude Code)
nura skill install --client cursor # or cursor · codex · windsurf

Then restart the assistant. (To install by hand instead, copy the nuramem/ skill folder into the assistant's skills directory.)

Questions, or want us to walk your admin through it? hello@nuramem.ai — we'll get you set up.