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.

Desktop · macOS & Windows

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

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.

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.