
Egent
@xuezhaojun
About Egent
A collaborative MCP server for sharing AI agent contexts between engineers
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
๐ Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments