a year ago
A collaborative MCP server for sharing AI agent contexts between engineers
Overview
Egent is an MCP server that enables teams to collaboratively share, version, and improve AI agent contexts across different coding tools.
It converts GitHub repository-based contexts into a standardized format that all mainstream programming tools can access, allowing engineers to immediately benefit from new capabilities added by team members.
Server Config
{
"mcpServers": {
"egent": {
"command": "npx",
"args": [
"-y",
"egent@latest",
"--context-repo",
"<your context repo>"
]
}
}
}