Quick setup

Give your agent atmina.

Paste this into an agent that can fetch a URL. It will pull the current Atmina setup prompt and get itself connected.

Fetch and run https://atmina.ai/agent-setup/prompt.md
Best path

Use the app when you want Atmina to create a personalized setup prompt from the memory you are already viewing.

No account yet? The browser step lets you create one or join the alpha waitlist.

Manual setup

Use this when you want to configure the MCP server yourself. The agent discovers available memories after sign-in.

Setup steps

  1. 1 Add the server

    Use https://mcp.atmina.ai/mcp in your MCP client.

  2. 2 Sign in

    OAuth opens in your browser on connect or first use.

  3. 3 Paste the prompt

    The prompt tells your agent how to find available memories after sign-in.

Pick your client

Open the row for the client you use.

Claude Desktop

Add a custom remote MCP connector in Claude Desktop or Claude on the web.

remote MCP connector
Name: Atmina
Remote MCP server URL: https://mcp.atmina.ai/mcp
Claude Code
terminal
claude mcp add --transport http atmina https://mcp.atmina.ai/mcp
Codex
terminal
codex mcp add atmina --url https://mcp.atmina.ai/mcp
codex mcp login atmina
Cursor

Add this to ~/.cursor/mcp.json or your project .cursor/mcp.json, then reload Cursor.

.cursor/mcp.json
{
  "mcpServers": {
    "atmina": { "url": "https://mcp.atmina.ai/mcp" }
  }
}
OpenCode
opencode.json
{
  "mcp": {
    "atmina": {
      "type": "remote",
      "url": "https://mcp.atmina.ai/mcp",
      "enabled": true
    }
  }
}
Generic MCP client
remote MCP settings
endpoint: https://mcp.atmina.ai/mcp
auth: OAuth 2.0

Pick memory after sign-in

Your agent discovers your memories after sign-in. If there is only one, it can use it. If there are several, it should ask which one you mean.

  • The app setup can still preselect one for you.
  • New users do not need to know a memory name before setup.
  • If none exist yet, create the first one in the app.

Not yet verified

ChatGPT, Perplexity, Hermes, and OpenClaw will get first-class setup rows once their Atmina MCP flows are confirmed.