docs: update README with pre-configured GitHub MCP Server

This commit is contained in:
matevip 2026-04-05 09:58:46 +08:00
parent a2f3a9f021
commit ee844f1117
2 changed files with 6 additions and 4 deletions

View File

@ -30,7 +30,7 @@ A personal AI assistant system built with **Java + Vue 3**, powered by [Spring A
>
> **Multi-Agent Orchestration** — ReAct (Thought → Action → Observation loop) and Plan-and-Execute (auto-decompose complex tasks into ordered sub-steps). Create multiple independent agents, each with their own personality and tools.
>
> **Tool & Skill System** — Built-in tools (web search, date/time) + MCP protocol for external tool integration. Install skill packages from ClawHub marketplace or custom sources.
> **Tool & Skill System** — Built-in tools (web search, date/time) + MCP protocol for external tool integration. Pre-configured GitHub and Filesystem MCP servers — enable and go. Install skill packages from ClawHub marketplace or custom sources.
>
> **Multi-Layer Memory** — Short-term context window with auto-compression, event-driven post-conversation memory extraction, workspace files (PROFILE.md / MEMORY.md / daily notes), and scheduled memory consolidation.
>
@ -198,7 +198,8 @@ mateclaw/
### Tool & Skill System
- **Built-in Tools** — Web search (Serper/Tavily), date/time, workspace memory read/write
- **MCP Protocol** — Connect external tools via Model Context Protocol (stdio and SSE transports)
- **MCP Protocol** — Connect external tools via Model Context Protocol (stdio, SSE, and Streamable HTTP transports). Full lifecycle management in the web UI — add, edit, enable/disable, and test connections
- **Pre-configured MCP Servers** — GitHub (`@modelcontextprotocol/server-github`) and Filesystem ship out-of-the-box. Enable from the MCP management page and fill in your token — no code changes needed
- **Skill Packages** — Install/uninstall skill packages with `SKILL.md` manifests
- **ClawHub Marketplace** — Browse and install skills from the ClawHub registry
- **Workspace Skills** — Convention-based skill directory at `~/.mateclaw/skills/{name}/`

View File

@ -30,7 +30,7 @@
>
> **多 Agent 编排** — ReAct思考→行动→观察循环和 Plan-and-Execute自动将复杂任务拆解为有序子步骤。创建多个独立 Agent各有专属人格和工具。
>
> **工具与技能系统** — 内置工具(网络搜索、日期时间)+ MCP 协议接入外部工具。从 ClawHub 市场或自定义源安装技能包。
> **工具与技能系统** — 内置工具(网络搜索、日期时间)+ MCP 协议接入外部工具。预置 GitHub 和 Filesystem MCP 服务,启用即用。从 ClawHub 市场或自定义源安装技能包。
>
> **多层记忆** — 短期上下文窗口自动压缩、事件驱动的对话后记忆提取、工作空间文件PROFILE.md / MEMORY.md / 每日笔记)、定时记忆整合。
>
@ -198,7 +198,8 @@ mateclaw/
### 工具与技能系统
- **内置工具** — 网络搜索Serper/Tavily、日期时间、工作空间记忆读写
- **MCP 协议** — 通过 Model Context Protocol 接入外部工具stdio 和 SSE 传输)
- **MCP 协议** — 通过 Model Context Protocol 接入外部工具stdio、SSE、Streamable HTTP 传输)。在 Web 界面中完成全生命周期管理 — 添加、编辑、启用/禁用、测试连接
- **预置 MCP 服务** — GitHub`@modelcontextprotocol/server-github`)和 Filesystem 开箱即用。在 MCP 管理页面启用并填入 Token 即可,无需改代码
- **技能包** — 安装/卸载带 `SKILL.md` 清单的技能包
- **ClawHub 市场** — 从 ClawHub 注册中心浏览和安装技能
- **工作空间技能** — 基于约定的技能目录 `~/.mateclaw/skills/{name}/`