MCP Server
MCP
io.github.tm42/mnemograph
Event-sourced knowledge graph memory for AI coding agents with semantic search
Install
uvx mnemograph
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment