MCP.so
登录

Egent

@xuezhaojun

关于 Egent

A collaborative MCP server for sharing AI agent contexts between engineers

基本信息

分类

其他

传输方式

stdio

发布者

xuezhaojun

提交者

xuezhao

配置

使用下面的配置,将此服务器添加到你的 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.

评论

其他 分类下的更多 MCP 服务器