MCP Server
MCP
io.github.myrakrusemark/memento-protocol
Persistent memory for AI agents. Store what matters, recall by meaning, skip the rest.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "memento-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Memento Protocol API key (get one at https://hifathom.com/projects/memento)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MEMENTO_API_KEY"
},
{
"description": "API URL for Memento Protocol SaaS",
"isRequired": true,
"format": "string",
"name": "MEMENTO_API_URL"
},
{
"description": "Your workspace name",
"isRequired": true,
"format": "string",
"name": "MEMENTO_WORKSPACE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment