Stats
Actions
Tags
From open-agent-hub
Runs locally as a subprocess to provide persistent cross-session memory for duyetbot context in Claude Code sessions.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/[email protected]"
]
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub guanyang/open-agent-hub --plugin open-agent-hub