
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
visual-memory-context-server
Advanced tools
Install dependencies
npm install @modelcontextprotocol/sdk zod@3
npm install -D @types/node typescript
[Optional] Set Configuration Options:
MEMORY_FILE_PATH: Path to the memory.json file for knowledge graph storageALLOWED_DIRECTORIES: Comma-separated list of directories the server can access, or JSON array format like ["C:/path1", "C:/path2"]Run these directly in the Powershell terminal. For example:
"MEMORY_FILE_PATH": "/Users/saskiagilmer/Documents/custom_vs_code/test0/memory.json",
Build the project
npm run build
npm start
Or use the combined script:
npm run dev
The server is now running.
Connect to the client of your choice
Navigate to MCP config update file
For VSCode:
C:\Users\saskiagilmer\AppData\Roaming\Code\User\mcp.json
Paste this text
{
"servers": {
"open-context": {
"type": "http",
"url": "http://localhost:3000/mcp"
},
}
}
Follow instructions in https://github.com/nicobburbano/mcp-vis
For STDIO servers, follow the same steps in VCCode but paste this text instead:
{ "mcpServers": { "weather-memory-server": { "command": "node", "args": ["C:/Users/saskiagilmer/source/repos/mcp-server/build/index.js", "-y", "@modelcontextprotocol/server-memory"], "env": { "MEMORY_FILE_PATH": "/Users/saskiagilmer/Documents/custom/memory.json", "ALLOWED_DIRECTORIES": "C:/Users/saskiagilmer/Documents,C:/Users/saskiagilmer/source/repos" } } }
For Claude Desktop, you can find the config file here (only STDIO supported):
C:\Users\saskiagilmer\AppData\Roaming\Claude\claude_desktop_config.json
For any updates, kill all Claude Desktop processes
Do this in Task Manager so you can kill background processes too
FAQs
0. **Install dependencies**
We found that visual-memory-context-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.