Persistent memory API and MCP server for AI agents and workflows. Store, search, and retrieve memories with semantic search across Claude, ChatGPT, n8n, Zapier, Dify, and more. Built for developers who need reliable, long-term context for their AI applications.
Overview
{"service":"Memara MCP Server","version":"1.0.0","status":"running","mcp_transport_url":"https://mcp.memara.io/mcp","mcp_binding_path_template":"https://mcp.memara.io/i/{binding_id}/mcp","well_known":{"oauth_authorization_server":"https://mcp.memara.io/.well-known/oauth-authorization-server","oauth_protected_resource":"https://mcp.memara.io/.well-known/oauth-protected-resource","oauth_protected_resource_mcp":"https://mcp.memara.io/.well-known/oauth-protected-resource/mcp"},"message":"Streamable HTTP MCP is served at mcp_transport_url."}
Server Config
{
"mcpServers": {
"memara-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.memara.io/mcp"
],
"env": {
"MEMARA_API_KEY": "<YOUR_API_KEY>"
}
}
}
}