3 hours ago
Persistent memory and shared context for AI coding tools. Two local MCP servers give every AI coding tool a shared, permanent memory of your project across sessions and tools.
Server Config
{
"mcpServers": {
"egc-memory": {
"command": "node",
"args": [
"~/.egc/servers/egc-memory/dist/index.js"
]
},
"egc-guardian": {
"command": "node",
"args": [
"~/.egc/servers/egc-guardian/dist/index.js"
]
}
}
}