
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
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**
The npm package visual-memory-context-server receives a total of 63 weekly downloads. As such, visual-memory-context-server popularity was classified as not popular.
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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

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.