A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"memorymesh": {
"command": "npx",
"args": [
"-y",
"CheMiguel23/MemoryMesh"
]
}
}
}
Run in terminal:
claude mcp add memorymesh npx -y CheMiguel23/MemoryMesh
Add to .cursor/mcp.json:
{
"mcpServers": {
"memorymesh": {
"command": "npx",
"args": [
"-y",
"CheMiguel23/MemoryMesh"
]
}
}
}