PluginBench
MCP Server
Maintained

io.github.MastadoonPrime/agent-memory MCP Server

io.github.MastadoonPrime/agent-memory

What is the io.github.MastadoonPrime/agent-memory MCP server?

Persistent, agent-owned memory with encrypted storage and shared knowledge commons.

How to install io.github.MastadoonPrime/agent-memory

Copy-paste configuration for popular MCP clients.

transport: sse
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-memory": {
      "url": "https://agent-memory-production-6506.up.railway.app/sse"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-memory": {
      "serverUrl": "https://agent-memory-production-6506.up.railway.app/sse"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-memory": {
      "type": "http",
      "url": "https://agent-memory-production-6506.up.railway.app/sse"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "agent-memory": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent-memory-production-6506.up.railway.app/sse"
      ]
    }
  }
}
Claude Code
claude mcp add --transport sse agent-memory https://agent-memory-production-6506.up.railway.app/sse

Related MCP servers

Universal search engine for AI agents. Discover products, services, and businesses via MCP.

3
Python
AGPL-3.0
View repository →