mcp server for Claude Desktop
io.github.gabrielahdzmicrosoft/mcp-server
An MCP server that provides visual memory and context storage with knowledge graph capabilities
client:Claude Desktop
transport:stdio
runtime:npm
Install mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"visual-memory-context-server"
],
"env": {
"MEMORY_FILE_PATH": "<MEMORY_FILE_PATH>",
"ALLOWED_DIRECTORIES": "<ALLOWED_DIRECTORIES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs