Connecting Archilas via MCP
Drop-in persistent memory for Claude Desktop, Cursor, and MCP-compatible clients.
Drop-in persistent memory for Claude Desktop, Cursor, and MCP-compatible clients.
Archilas exposes persistent agent memory through the Model Context Protocol (MCP). Your client connects to https://mcp.archilas.com with a Bearer API key — no pipeline changes required.
Add Archilas to your claude_desktop_config.json:
{
"mcpServers": {
"archilas": {
"url": "https://mcp.archilas.com",
"headers": {
"Authorization": "Bearer arch_..."
}
}
}
}
For custom agents, use the REST API at https://api.archilas.com/v1/memories. SDKs are available for Python and TypeScript.
Need an API key? Sign up free — includes up to 4 memory systems on the Free plan.