Persistent, agent-owned memory with encrypted storage and shared knowledge commons.
claude mcp add agent-memory --transport sse https://agent-memory-production-6506.up.railway.app/sse
~/.cursor/mcp.json
{
"mcpServers": {
"agent-memory": {
"url": "https://agent-memory-production-6506.up.railway.app/sse"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agent-memory": {
"serverUrl": "https://agent-memory-production-6506.up.railway.app/sse"
}
}
}
.vscode/mcp.json
{
"servers": {
"agent-memory": {
"type": "sse",
"url": "https://agent-memory-production-6506.up.railway.app/sse"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agent-memory": {
"url": "https://agent-memory-production-6506.up.railway.app/sse"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"agent-memory": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agent-memory-production-6506.up.railway.app/sse"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://agent-memory-production-6506.up.railway.app/sse | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.MastadoonPrime--agent-memory/reviews or the review_server meta-tool.
POST /mcp