xiexie-qiuligao/agent-evidence-mcp
Agent-first MCP server for screenshots, screen recording, redaction, and reviewable evidence trails in long-running desktop and browser tasks.
Platform-specific configuration:
{
"mcpServers": {
"agent-evidence-mcp": {
"command": "npx",
"args": [
"-y",
"agent-evidence-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/xiexie-qiuligao/agent-evidence-mcp/releases) [](https://github.com/xiexie-qiuligao/agent-evidence-mcp/actions/workflows/ci.yml) [](./LICENSE)
让 agent 在执行长任务时,自动留下截图、录屏、备注和总结。
Agent Evidence MCP 不是单纯的截图工具,它更适合这些场景:
start_sessioncapture_checkpointstart_recording / stop_recordingattach_note / ocr_artifactredact_artifactsummary.md、timeline.jsonl 和所有 artifact它最适合配合 agent 一起用。你不用自己手动调很多命令,通常只要告诉 agent:
用 agent-evidence MCP 帮我完成这个任务。
开始前先创建一个 session。
每到关键节点截一张图,出错时额外截图。
优先截图,只有在动作过程很重要时才短录屏。
结束后把 summary 和所有关键产物路径告诉我。pip install -e .agent-evidence-mcp initagent-evidence-mcp serve创建一个 session:
agent-evidence-mcp start-session "Admin QA Flow"截一张关键节点图:
agent-evidence-mcp capture-checkpoint "D:\path\to\session" "form-submitted" "The form was submitted successfully."结束并生成总结:
agent-evidence-mcp end-session "D:\path\to\session"artifacts/
<session_id>/
session.json
timeline.jsonl
summary.md
details/
screenshots/
recordings/你最终拿到的不是一堆散乱截图,而是一整套有时间线、有总结、可复盘的任务证据。
| 能力 | Windows | macOS | Linux | | --- | --- | --- | --- | | Session / MCP / CLI | 已实现 | 已实现 | 已实现 | | 截图 | 已实现并已本地验证 | 已实现 | 已实现 | | 录屏 | 已实现并已本地验证 | 已实现 | 已实现 | | Redaction | 已实现并已本地验证 | 未实现 | 未实
Loading reviews...