Connect · free during the launch phase

One memory. Every surface.
Pick yours.


Everything below connects to the same memory — set up one in a couple of minutes, add the others whenever you want. You sign in with your Nuramem account everywhere; there's never an API key to paste.

AI assistants · MCP

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


Add Nuramem as a connector once in any assistant that supports MCP, and your memory is there. The URL is the same everywhere: https://mcp.nuramem.ai/mcp — no API key, just sign in.

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

--scope user makes Nuramem available in 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.
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 sign in on first use. (The Gemini consumer app doesn't support custom connectors yet.)

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.


During the launch phase, Nuramem for Teams is installed from an app package: download it and add it for yourself, or have your admin add it for the whole organization. Same memory, same account linking — nothing is read or saved for people who haven't linked their account.

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.

Email · forward or cc

Forward it to your Nura address.


Every account gets a private Nura address — find it under Account in the web app, or in the tray and phone settings. Forward a thread, or cc Nura on the conversation, and the decisions, plans and people in it are saved, with a receipt back in your inbox. Meeting recaps from Zoom or Meet? Forward those too.

One thing to know: everyone on the email is captured too — the people on the thread land as people in your memory, and a cc'd colleague sees Nura on the thread. How email capture works.

Your devices · iPhone, macOS & Windows

Your memory in your pocket and your menu bar.


iPhone — available now. Share a note from any app or type one, chat with your memory, get a calm once-a-day nudge. Android — coming soon. On the desktop: a chat window that knows you, one keystroke away — press ⌘⇧Space anywhere to capture a thought (prefix ? to ask instead); attach a file or a folder and Nuramem digests it.

iPhone

Nuramem for iOS

  1. Install it from the App Store.
  2. Sign in with your Nuramem account (the same one as everywhere else).
  3. Share a note from any app with the share sheet — or type one — and it's saved.

Download on the App Store

Desktop

macOS

Apple silicon and Intel, macOS 10.15 or later. Drag Nuramem to Applications, open it from your menu bar, and sign in.

Windows

Windows 10 and 11, available as an early preview — Windows may ask you to confirm the first launch. Prefer the terminal? The nura CLI runs on Windows too.

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're going with Stripe for billing"
nura search "billing"                         # 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.

Web app

Your memory in one place.


Nothing to install: app.nuramem.ai is where you see what your memory knows — browse and search everything, watch decisions evolve, confirm what's still true, manage shared projects and invites, find your Nura email address, and export or erase it all. Sign in with the same account as every other surface.

Open the app

Coding assistants

The Nuramem skill.


Give Claude Code, Cursor or Codex the habit of using your memory — saving as you go, recalling when it matters, and starting every session knowing you. The skill ships inside the CLI:

nura skill install                 # Claude Code
nura skill install --client cursor # or 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.