MCP Server
MCP
io.github.GabrielaHdzMicrosoft/mcp-server
An MCP server that provides visual memory and context storage with knowledge graph capabilities
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "visual-memory-context-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the memory.json file for knowledge graph storage",
"format": "string",
"name": "MEMORY_FILE_PATH"
},
{
"description": "Comma-separated list of directories the server can access, or JSON array format",
"format": "string",
"name": "ALLOWED_DIRECTORIES"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment