io.github.myrakrusemark/memento-protocol MCP Server
io.github.myrakrusemark/memento-protocol
What is the io.github.myrakrusemark/memento-protocol MCP server?
Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
How to install io.github.myrakrusemark/memento-protocol
Copy-paste configuration for popular MCP clients.
MEMENTO_API_KEYrequiredsecretYour Memento Protocol API key (get one at https://hifathom.com/projects/memento)
MEMENTO_API_URLrequiredAPI URL for Memento Protocol SaaS
MEMENTO_WORKSPACErequiredYour workspace name
{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
],
"env": {
"MEMENTO_API_KEY": "<YOUR_MEMENTO_API_KEY>",
"MEMENTO_API_URL": "<YOUR_MEMENTO_API_URL>",
"MEMENTO_WORKSPACE": "<YOUR_MEMENTO_WORKSPACE>"
}
}
}
}{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
],
"env": {
"MEMENTO_API_KEY": "<YOUR_MEMENTO_API_KEY>",
"MEMENTO_API_URL": "<YOUR_MEMENTO_API_URL>",
"MEMENTO_WORKSPACE": "<YOUR_MEMENTO_WORKSPACE>"
}
}
}
}{
"mcpServers": {
"memento-protocol": {
"command": "npx",
"args": [
"-y",
"memento-mcp"
],
"env": {
"MEMENTO_API_KEY": "<YOUR_MEMENTO_API_KEY>",
"MEMENTO_API_URL": "<YOUR_MEMENTO_API_URL>",
"MEMENTO_WORKSPACE": "<YOUR_MEMENTO_WORKSPACE>"
}
}
}
}{
"servers": {
"memento-protocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memento-mcp"
],
"env": {
"MEMENTO_API_KEY": "<YOUR_MEMENTO_API_KEY>",
"MEMENTO_API_URL": "<YOUR_MEMENTO_API_URL>",
"MEMENTO_WORKSPACE": "<YOUR_MEMENTO_WORKSPACE>"
}
}
}
}claude mcp add memento-protocol --env MEMENTO_API_KEY=<YOUR_MEMENTO_API_KEY> --env MEMENTO_API_URL=<YOUR_MEMENTO_API_URL> --env MEMENTO_WORKSPACE=<YOUR_MEMENTO_WORKSPACE> -- npx -y memento-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.