Skip to content
Claude Desktop

mcp server for Claude Desktop

io.github.opencontext-team/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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

mcp server in other clients