Connect · free during beta
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
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.
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
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.
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.ChatGPT renamed connectors to apps in December 2025 — older guides pointing at Settings → Connectors describe the previous flow.
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.)
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
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.
help, save <text>,
search <query>, briefing. The first message replies with
your private account-linking link.Desktop · macOS (Windows soon)
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.
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 10 and 11 — builds are produced today and a signed
installer is on the way. The nura CLI works on
Windows now.
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 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
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.