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
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
Add the server
Use
https://mcp.atmina.ai/mcpin your MCP client. -
2
Sign in
OAuth opens in your browser on connect or first use.
-
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.
Name: Atmina Remote MCP server URL: https://mcp.atmina.ai/mcp
Claude Code
claude mcp add --transport http atmina https://mcp.atmina.ai/mcp
Codex
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.
{
"mcpServers": {
"atmina": { "url": "https://mcp.atmina.ai/mcp" }
}
}
OpenCode
{
"mcp": {
"atmina": {
"type": "remote",
"url": "https://mcp.atmina.ai/mcp",
"enabled": true
}
}
}
Generic MCP client
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.