Knowledge Systems
Trust: 30/100 (Limited)io.github.GabrielaHdzMicrosoft/mcp-server Guide
An MCP server that provides visual memory and context storage with knowledge graph capabilities
by testing9384
Quick Start
Install
npx visual-memory-context-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-gabrielahdzmicrosoft-mcp-server": {
"command": "npx",
"args": [
"visual-memory-context-server"
]
}
}
}