
Egent
@xuezhaojun
Egent について
A collaborative MCP server for sharing AI agent contexts between engineers
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"egent": {
"command": "npx",
"args": [
"-y",
"egent@latest",
"--context-repo",
"<your context repo>"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 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,
Nginx UI
0xJackyYet another WebUI for Nginx
コメント