Install to ToolCloud
One click. No local setup. Works with any MCP client.
A basic MCP server providing knowledge graph-based persistent memory using a local JSON storage. Part of the official MCP servers collection.
jsonknowledge-graphmemory
Manual Installation
Claude Code
claude mcp add memory-server -- npx -y @modelcontextprotocol/server-memoryCursor / Windsurf / VS Code Copilot / Claude Desktop
Add to your MCP config file:
{
"mcpServers": {
"memory": {
"args": [
"-y",
"@modelcontextprotocol/server-memory"
],
"command": "npx"
}
}
}