Universal MCP Server with advanced AI memory capabilities and semantic search.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx marm-mcp-server
MCP client config
{
"mcpServers": {
"marm-memory": {
"command": "uvx",
"args": [
"marm-mcp-server"
]
}
}
}Run
docker run -i --rm lyellr88/marm-mcp-server:2.47.0
MCP client config
{
"mcpServers": {
"marm-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"lyellr88/marm-mcp-server:2.47.0"
]
}
}
}