MCP Server
Maintained
MIT
io.github.annibale-x/mcp-memento MCP Server
io.github.annibale-x/mcp-memento
What is the io.github.annibale-x/mcp-memento MCP server?
An MCP server that provides persistent memory and context management across sessions
How to install io.github.annibale-x/mcp-memento
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-memento": {
"command": "uvx",
"args": [
"mcp-memento"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-memento": {
"command": "uvx",
"args": [
"mcp-memento"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-memento": {
"command": "uvx",
"args": [
"mcp-memento"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-memento": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-memento"
]
}
}
}Claude Code
claude mcp add mcp-memento -- uvx mcp-mementoRelated MCP servers
io.github.annibale-x/webshift
Maintained
Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.
7
View repository →Rust
MIT
io.github.annibale-x/mcp-webgate
Maintained
Web search that doesn't wreck your AI's memory.
3
View repository →Python
MIT