npm install.node -v to check)./mcp and click through the browser sign-in.claude mcp add --transport http mind https://www.m-i-n-d.ai/mcp/mcp inside Claude Code. Your browser opens to MIND — sign in if needed, click Connect, and you're done. Claude Code now has full read/write access to your MIND: memory, tasks, contacts, research.https://www.m-i-n-d.ai/mcp as the URL. Click through sign-in, hit Connect, and MIND is available in every conversation from then on.mind.mcpb bundle from m-i-n-d.ai/downloads/mind.mcpb and double-click it — Claude Desktop opens and installs it, then prompts you for a MIND API key..cursor/mcp.json in your project (or the global config) with the same URL used above:{
"mcpServers": {
"mind": {
"url": "https://www.m-i-n-d.ai/mcp"
}
}
}~/.codeium/windsurf/mcp_config.json.{
"mcpServers": {
"mind": {
"url": "https://www.m-i-n-d.ai/mcp"
}
}
}@astramindapp/mcp-server, currently at version 0.23.0), and it's the one to use for self-hosted MIND deployments or air-gapped machines.mind_.npm install -g @astramindapp/mcp-serverclaude mcp add mind -- env MIND_API_KEY=mind_your_key_here mind-mcpOr, for any MCP-compatible tool that reads a JSON config (Claude Desktop, Cursor, Windsurf, VS Code):{
"mcpServers": {
"mind": {
"command": "mind-mcp",
"env": {
"MIND_API_KEY": "mind_your_key_here",
"MIND_BASE_URL": "https://m-i-n-d.ai"
}
}
}
}For Claude Desktop this JSON goes in claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json). Fully quit and reopen the app afterward — it only reads this file on launch.MIND_BASE_URL, or your organization requires you to manage API keys explicitly rather than through OAuth.@astramindapp/mcp-server, MIT licensed) is what both paths run underneath — remote just runs it for you.www host exactly: https://www.m-i-n-d.ai/mcp. A non-www variant of this endpoint had a bug, fixed in July 2026.npx can't find the package, or it hangs. Install globally first (npm install -g @astramindapp/mcp-server), then reference the local binary — or run the one-shot setup wizard: npx -y @astramindapp/mcp-server@latest mind-mcp-setup.What it is, how to choose one, the honest landscape
Connect Claude Code, Cursor, or Windsurf in 10 minutes
Working, long-term, and episodic memory for agents
Memory that follows you between Claude, GPT, and Gemini
Not for the one-paste remote flow. Clicking Connect in your browser mints a scoped access key automatically, the same kind of key you would otherwise create by hand. You only need to create a mind_-prefixed key yourself for the local stdio/npm path.
Ask your agent something only your MIND would know — "what do you know about me?" or "call mind_context." A working connection returns real content back; a broken one returns a tool-not-found or auth error, which is your signal to redo the step above.
Yes. Add the connector once per account, giving each a distinct name (mind-personal, mind-work). Each Connect click opens sign-in where you choose which account to authorize.
Yes — the local npm path takes an optional MIND_BASE_URL environment variable that overrides the default https://m-i-n-d.ai host, for exactly this case.
node -v comes back below that.MIND is an MCP memory server backed by a real knowledge graph — the memory layer Claude, GPT, Gemini, Cursor and Windsurf all read from. Free tier, no credit card.
Try MIND free →