Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
claude mcp add memento-protocol -- npx -y memento-mcp
claude_desktop_config.json
{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"memento-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memento-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.myrakrusemark--memento-protocol/reviews or the review_server meta-tool.
POST /mcp