MCP-native memory layer for Claude Code, Cursor, Cline, Continue, and 16 other AI tools. Hybrid search (BM25 + pgvector + graph), self-hosted on Supabase + Vercel, 100% MIT, no paywall.
Server Config
{
"mcpServers": {
"agentmemory": {
"command": "npx",
"args": [
"-y",
"agentmemory"
],
"env": {}
},
"agentmemory-cloud": {
"url": "https://agentmemory-dusky.vercel.app/mcp"
}
}
}