io.github.tm42/mnemograph✓
io.github.tm42/mnemograph · v0.5.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.tm42/mnemograph",
"description": "Event-sourced knowledge graph memory for AI coding agents with semantic search",
"repository": {
"url": "https://github.com/tm42/mnemograph",
"source": "github"
},
"version": "0.5.1",
"packages": [
{
"registryType": "pypi",
"identifier": "mnemograph",
"version": "0.5.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to memory storage directory",
"default": "~/.claude/memory",
"name": "MEMORY_PATH"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}