io.github.GabrielaHdzMicrosoft/mcp-server✓
io.github.GabrielaHdzMicrosoft/mcp-server · v1.0.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.GabrielaHdzMicrosoft/mcp-server",
"description": "An MCP server that provides visual memory and context storage with knowledge graph capabilities",
"repository": {
"url": "https://github.com/testing9384/mcp-server",
"source": "github"
},
"version": "1.0.1",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}