Stats
Actions
Tags
From surreal-memory
Connects to the Surreal Memory service for storing, retrieving, and searching long-term memory data. Runs locally via uvx.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"surreal-memory": {
"command": "uvx",
"args": [
"--from",
"surreal-memory",
"smem-mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub acidkill/surreal-memory --plugin surreal-memory