Knowledge Graph Memory Server
About This Server
A basic implementation of persistent memory using a local knowledge graph. This lets Claude remember information about the user across chats.
Server Information
This webpage is a directory listing for the `src/memory` directory within the `modelcontextprotocol/servers` GitHub repository. This repository appears to be related to Model Context Protocol Servers. The page displays the files contained in the directory, including a `Dockerfile`, `README.md`, `index.ts`, `package.json`, and `tsconfig.json`. It also contains links for repository information, navigation, and account actions.
ā Key Points:
- The page is a file listing for a specific directory in a GitHub repository.
- The repository is `modelcontextprotocol/servers`.
- The directory being viewed is `src/memory`.
- The `README.md` file content is parsed and displayed on the page.
- The page provides standard GitHub repository navigation elements.
- The page includes links for signing in and signing up, suggesting it is being viewed by a logged-out user.
- The `memory` server allows Claude to remember information about the user across chats,
- The system requires entities, relations, and observations.
- The `src/memory` directory seems to contain the source code and configuration for a memory server implementation within the `modelcontextprotocol/servers` project.
- The implementation appears to leverage a knowledge graph to store and retrieve information.
- The `README.md` describes the Knowledge Graph Memory Server, its concepts, API, and instructions for usage with Claude Desktop and building.
- Files in `src/memory`: `Dockerfile`, `README.md`, `index.ts`, `package.json`, `tsconfig.json`
- Repository Owner: modelcontextprotocol
- Repository Name: servers
- Branch: main
- User State: Logged out
- Key API tools listed in the `README.md` file:
- `create_entities`
- `create_relations`
- `add_observations`
- `delete_entities`
- `delete_observations`
- `delete_relations`
- `read_graph`
- `search_nodes`
- `open_nodes`
- Technologies used to build:
- Docker
- NPX
- Configuration settings:
- `MEMORYFILEPATH`
š Main Findings:
š Details:
šÆ Conclusion:
The webpage provides a view into the source files of a memory server component within the `modelcontextprotocol/servers` GitHub repository, giving insights into its structure, configuration, and intended use for persistent memory in AI chat applications, specifically integration with the Claude platform.
Server Features
create_entities
Create multiple new entities in the knowledge graph
create_relations
Create multiple new relations between entities
add_observations
Add new observations to existing entities
delete_entities
Remove entities and their relations
delete_observations
Remove specific observations from entities
delete_relations
Remove specific relations from the graph
read_graph
Read the entire knowledge graph
search_nodes
Search for nodes based on query
open_nodes
Retrieve specific nodes by name
Provider Information
Modelcontextprotocol
cloud Provider