a year ago
A collaborative MCP server for sharing AI agent contexts between engineers
Server Config
{
"mcpServers": {
"egent": {
"command": "npx",
"args": [
"-y",
"egent@latest",
"--context-repo",
"<your context repo>"
]
}
}
}