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.
サーバー設定
{
"mcpServers": {
"egc-memory": {
"command": "npx",
"args": [
"-y",
"--package",
"@egchq/egc",
"egc-memory"
]
},
"egc-guardian": {
"command": "npx",
"args": [
"-y",
"--package",
"@egchq/egc",
"egc-guardian"
]
}
}
}