{"type":"mcp_server","name":"mcp-knowledge-graph","description":"This repository provides a knowledge graph memory server, a fork of the original Memory Server, that allows Claude to remember user information across chats using local, persistent storage with customizable memory paths.","category":"AI","language":"JavaScript","stars":877,"forks":23,"owner":"shaneholloman","github_url":"https://github.com/shaneholloman/mcp-knowledge-graph","homepage":null,"setup":"## Setup\nAdd this to your claude_desktop_config.json:\n\n```json\n{\n  \"mcpServers\": {\n    \"memory\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@modelcontextprotocol/server-memory\"\n      ]\n    }\n  }\n}\n```\n\nYou can specify a custom path for the memory file:\n\n```json\n{\n  \"mcpServers\": {\n    \"memory\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@modelcontextprotocol/server-memory\", \"--memory-path\", \"/path/to/your/memory.jsonl\"]\n    }\n  }\n}\n```\n\nIf no path is specified, it will default to memory.jsonl in the server's installation directory.\n\nThe prompt for utilizing memory depends on the use case and an example prompt for chat personalization is provided.","tools":"## Available Tools\n\n1.  **create_entities** (Create multiple new entities in the knowledge graph.)\n2.  **create_relations** (Create multiple new relations between entities.)\n3.  **add_observations** (Add new observations to existing entities.)\n4.  **delete_entities** (Remove entities and their relations.)\n5.  **delete_observations** (Remove specific observations from entities.)\n6.  **delete_relations** (Remove specific relations from the graph.)\n7.  **read_graph** (Read the entire knowledge graph.)\n8.  **search_nodes** (Search for nodes based on query.)\n9.  **open_nodes** (Retrieve specific nodes by name.)","faq":null,"created_at":"2024-12-09T22:41:07+00:00","updated_at":"2025-03-28T15:13:34+00:00","source_url":"https://model-context-protocol.com/servers/local-knowledge-graph-memory-server-claude","related_articles":[]}