Memory
Gives your assistant a notebook that survives between chats.
The Memory skill stores facts as a local knowledge graph: tell the assistant once who you are, what your company does, and how you like answers — and it can recall that in every future conversation. Data is stored in a local file on your machine. No API key, no cloud.
Install Memory
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
}
}
}Recipes using this skill
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like Memory are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Lets your assistant open and operate a real web browser.
Live web search results inside your assistant.
Fetches a single web page and converts it to readable text.
Industrial-strength web scraping with JavaScript rendering.