Connect · free during the launch phase
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
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.
https://mcp.nuramem.ai/mcp and click Add.https://mcp.nuramem.ai/mcp and click Add.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.
Available on all ChatGPT plans. On Business, Enterprise or Edu workspaces, an admin may need to allow Developer mode first.
https://mcp.nuramem.ai/mcp, then click Create.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.)
Copilot connects through Copilot Studio's tool wizard — you add Nuramem once to an agent and every chat with that agent has your memory:
https://mcp.nuramem.ai/mcp.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
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.
/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)./nura save <text>, /nura search <query>,
the "Save to Nuramem" message shortcut, and DM chat with your memory all work as you./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
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.
help, save <text>,
search <query>, briefing. The first message replies with
your private account-linking link.Desktop · macOS & Windows
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.
Apple silicon and Intel, macOS 10.15 or later. Drag Nuramem to Applications, open it from your menu bar, and sign in.
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
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
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.