
Egent
@xuezhaojun
About Egent
A collaborative MCP server for sharing AI agent contexts between engineers
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"egent": {
"command": "npx",
"args": [
"-y",
"egent@latest",
"--context-repo",
"<your context repo>"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Egent?
Egent is a collaborative MCP server that converts a GitHub repository of AI agent contexts into an MCP Server. It enables engineers using different programming tools (Cursor, Windsurf, Cline, etc.) to share, version, and collaboratively improve task templates and agent instructions.
How to use Egent?
Configure Egent as an MCP server in your tool using npx -y egent@latest with either --context-repo for a remote GitHub repository or --context-path for a local directory. After configuration, issue the egent_start command to initiate interaction with your code-agent.
Key features of Egent
- Converts a GitHub repo into an MCP Server
- Collaborative editing through standard GitHub workflows
- Version control for AI prompts and task templates
- Immediate sharing across the entire team
- Supports both remote and local context sources
Use cases of Egent
- Build a task library for common operations like setting up new components
- Share team-specific knowledge and project patterns as agent contexts
- Implement authentication flows with middleware and API endpoints
- Refactor code across multiple files following consistent patterns
FAQ from Egent
What is the first command to use with Egent?
After configuring Egent, you must issue egent_start to initiate interaction with your code-agent.
Can I use a local directory instead of a remote GitHub repo?
Yes, use the --context-path argument with a local directory for testing or development.
What problem does Egent solve?
Egent solves context sharing across different programming tools, preventing knowledge silos and enabling version-controlled collaborative improvement of agent prompts.
What dependencies does Egent require?
Egent runs via npx, so Node.js and npm are required. No additional runtime or database is mentioned.
Frequently asked questions
What is the first command to use with Egent?
After configuring Egent, you must issue `egent_start` to initiate interaction with your code-agent.
Can I use a local directory instead of a remote GitHub repo?
Yes, use the `--context-path` argument with a local directory for testing or development.
What problem does Egent solve?
Egent solves context sharing across different programming tools, preventing knowledge silos and enabling version-controlled collaborative improvement of agent prompts.
What dependencies does Egent require?
Egent runs via `npx`, so Node.js and npm are required. No additional runtime or database is mentioned.
Basic information
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments