Servers
A
Agentmemory
@Obidel
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.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentmemory": {
"command": "npx",
"args": [
"-y",
"agentmemory"
],
"env": {}
},
"agentmemory-cloud": {
"url": "https://agentmemory-dusky.vercel.app/mcp"
}
}
}