Catalog
io.github.opencontext-team/mcp-server
OfficialAn MCP server that provides visual memory and context storage with knowledge graph capabilities
Provides visual memory and context storage with knowledge graph capabilities.
README not available yet.
Install
Configuration
Environment variables
MEMORY_FILE_PATHPath to the memory.json file for knowledge graph storage
ALLOWED_DIRECTORIESComma-separated list of directories the server can access, or JSON array format
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"visual-memory-context-server@1.0.2"
],
"env": {
"MEMORY_FILE_PATH": "<YOUR_MEMORY_FILE_PATH>",
"ALLOWED_DIRECTORIES": "<YOUR_ALLOWED_DIRECTORIES>"
}
}
}
}