Memory
Knowledge-graph memory — store entities, observations, and relations across conversations.
Install
npm install -g @modelcontextprotocol/server-memory Claude Desktop / Cursor config
Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.
{
"mcpServers": {
"memory": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-memory"]
}
}
} About
In-process knowledge graph. The model writes entities + facts + relations during a conversation and retrieves them later. Useful for long-running agents that need to remember user preferences, project state, or context across sessions. Persists to a local JSON file.
More AI servers
-
Brave Search
Web + local-business search via the Brave Search API — privacy-first, no Google account required.
-
Sequential Thinking
Structured chain-of-thought scaffolding — the model writes its own multi-step plan as MCP calls.
-
Perplexity Ask
Web-aware Q&A via the Perplexity API — get cited answers with source URLs.
Discussion (0)
Sign in to comment →No comments yet. Sign in to start the discussion.