MCP Serversby modelcontextprotocol
Memory MCP Server
Reference MCP server that gives Claude persistent memory across chats using a local knowledge graph.
Skill score
9.2/ 10
High qualityUser score
—/ 5
No ratings yetDescription
A basic implementation of persistent memory using a local knowledge graph. This lets Claude remember information about the user across chats. Entities, relations, and observations are stored locally and recalled deterministically.
Tags
Install
Install via MCP server
{
"mcpServers": {
"mcp-memory-knowledge-graph": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/mcp-memory-knowledge-graph"]
}
}
}Ratings & reviews
Community rating
No ratings yet.
Be the first to share what working with this skill is actually like.
Used this skill? Rate it
Related skills in Note-taking and knowledge management
n8n
9.0RAG Chatbot for Google Drive + Gemini
Indexes Google Drive documents into Pinecone and answers employee questions with Google Gemini using retrieval-augmented generation.
Documents and OfficeMihai Farcas
n8n
8.7Company Policy Chatbot with RAG + Pinecone + OpenAI
Self-updating policy chatbot that ingests Google Drive docs into Pinecone and answers employee policy questions with citations.
Documents and OfficePramod Rathoure