← Index

io.github.GabrielaHdzMicrosoft/mcp-server

io.github.GabrielaHdzMicrosoft/mcp-server·v1.0.1·Memory & RAG
Quality Score
71
/100

An MCP server that provides visual memory and context storage with knowledge graph capabilities

§01  Install
Claude Desktop (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>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "visual-memory-context-server"
      ],
      "env": {
        "MEMORY_FILE_PATH": "<memory_file_path>",
        "ALLOWED_DIRECTORIES": "<allowed_directories>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y visual-memory-context-server
§02  Environment variables
MEMORY_FILE_PATH

Path to the memory.json file for knowledge graph storage

ALLOWED_DIRECTORIES

Comma-separated list of directories the server can access, or JSON array format

§03  MCP Quality Score  ·  methodology
freshness
11
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Memory & RAG