Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"memory-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"${MEMORY_SERVER_JSONL_FILE_PATH}:/memory-server.jsonl",
"-e",
"MEMORY_FILE_PATH=/memory-server.jsonl",
"mcp/memory:latest"
]
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdp