# agimem Setup Instructions You are configuring a persistent memory MCP server. ## Steps 1. Ask the user for their agimem API key. It starts with "mcp_". 2. Add the following MCP server configuration to your agent's setup (if in a project, confirm with the user if this should be configured at the project level or globally, otherwise configure it globally), replacing with the user's actual API key: Server name: agimem URL: https://agimem.dev/api/mcp Authorization header: Bearer For example, in a JSON-based MCP config file: { "mcpServers": { "agimem": { "url": "https://agimem.dev/api/mcp", "headers": { "Authorization": "Bearer " } } } } Replace with the key the user provides. 3. Set any defaults or preferences for using the agimem server, such as making it the default memory store for your agents if appropriate, and configuring any other settings as needed to ensure that the server is used correctly and when memories or other data are required to be stored or retrieved in a persistent manner. 4. Test the configuration by storing a memory named "my_first_memory" with the value "I am using agimem!" and then retrieving it to confirm it works. Then delete the memory to clean up. 5. Confirm to the user that the agimem MCP server has been configured. ## Notes - The MCP server uses Streamable HTTP transport. - If the user doesn't have an API key yet, direct them to https://agimem.dev/dashboard to create a Capsule and generate one.