oci ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826stdioMITupdated 7d ago
Reliable Java test automation, from first intent to production-grade evidence.
shaft mcp 能做什么?
SHAFT
Reliable Java test automation, from first intent to production-grade evidence.
One strong, maintainable framework for Web, Mobile, API, CLI, Database, and native testing—with synchronized actions, configuration-first execution, readable assertions, and unified reports.
Generate your first project · Explore the user guide · Star SHAFT on GitHub ⭐
SHAFT removes the repeated plumbing around drivers, waits, assertions, configuration, test data, screenshots, logs, and Allure evidence. Its modular Maven reactor keeps the core lean and lets teams add advanced tooling only when they need it.
From zero to useful evidence
-
Open the SHAFT landing page and generate a ready-to-run Maven project.
-
Extract it and run:
mvn test -
Inspect the sample result, screenshots, logs, and Allure evidence.
The generated project uses the canonical Maven coordinate io.github.shafthq:shaft-engine and gives you a repeatable baseline for local runs and CI.
One orchestration layer, every execution surface
Test intent and configuration enter SHAFT's orchestration layer, fan out across the required execution surfaces, and return through one unified evidence flow.
flowchart LR
accTitle: SHAFT execution and evidence workflow
accDescr: Test intent and configuration enter SHAFT orchestration, run across Web, Mobile, API, and Native execution surfaces, and produce unified evidence.
I[Test intent] --> S[SHAFT orchestration]
C[Configuration] --> S
S --> W[Web]
S --> M[Mobile]
S --> A[API]
S --> N[Native, CLI, and Database]
W --> E[Unified evidence]
M --> E
A --> E
N --> E
| Engineering need | What SHAFT provides |
|---|---|
| Stable UI automation | Managed Selenium and Appium drivers, synchronized actions, locator builders, screenshots, and accessibility evidence. |
| End-to-end coverage | REST, GraphQL, Database, CLI, and native desktop actions in the same test flow. |
| Trustworthy verdicts | Hard and soft assertions, structured logs, attachments, failure context, and Allure reports. |
| Scalable execution | Configuration-first local, Grid, BrowserStack, LambdaTest, TestNG, JUnit, and Cucumber runs. |
| Maintainable architecture | A focused engine, BOM-aligned optional modules, public extension points, and reusable test assets. |
| Assisted workflows | Capture, Doctor, deterministic Heal, MCP/CLI tools, provider adapters, and an IntelliJ IDEA plugin. |
Built for long-lived automation suites
- Strong defaults, explicit control. Sensible behavior gets teams moving; configuration keeps environments and CI reproducible.
- Modular by design. Start with
shaft-engine, then adopt visual, video, cloud, native, or agentic modules without rebuilding the test architecture. - Evidence is part of execution. Logs, screenshots, attachments, and reports share one lifecycle instead of becoming after-the-fact glue.
- Open and inspectable. SHAFT is MIT licensed, built in public, and guarded by its pull-request gate, security policy, and published release history.
Agent-ready, source-grounded
SHAFT ships 30 first-party skills for planning, authoring, running, diagnosing,
and reporting tests. Start with $shaft-developer; it routes the immediate job
to one focused specialist. Exact MCP names and CLI syntax are generated from
source in shaft-mcp-tools.md and
shaft-cli-commands.md.
Join the project
- Found a bug or have an idea? Open an issue.
- Want to contribute? Read CONTRIBUTING.md and our Code of Conduct.
- Found a vulnerability? Follow SECURITY.md and report it privately.
- Does SHAFT help your team? Star the repository so more automation engineers can find it.
BrowserStack, LambdaTest, Applitools, and JetBrains have provided tooling or open-source program support. This is support for the project, not a claim of financial sponsorship, customer status, or endorsement.
SHAFT is free and MIT licensed. You can support ongoing maintenance, documentation, and public infrastructure through GitHub Sponsors.
MIT licensed — see LICENSE.
安装
把 shaft mcp 添加到你的客户端。选择你正在使用的那个。
claude mcp add ghcr-io-shafthq-shaft-engine-mcp-10-3-20 -- docker run -i --rm ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826codex mcp add ghcr-io-shafthq-shaft-engine-mcp-10-3-20 -- docker run -i --rm ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826amp mcp add ghcr-io-shafthq-shaft-engine-mcp-10-3-20 -- docker run -i --rm ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826{
"mcpServers": {
"ghcr-io-shafthq-shaft-engine-mcp-10-3-20": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ghcr-io-shafthq-shaft-engine-mcp-10-3-20": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ghcr-io-shafthq-shaft-engine-mcp-10-3-20","command":"docker","args":["run","-i","--rm","ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ghcr-io-shafthq-shaft-engine-mcp-10-3-20": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ghcr-io-shafthq-shaft-engine-mcp-10-3-20": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ghcr-io-shafthq-shaft-engine-mcp-10-3-20": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ghcr-io-shafthq-shaft-engine-mcp-10-3-20": {
"type": "local",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ghcr-io-shafthq-shaft-engine-mcp-10-3-20": {
"command": {
"path": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826"
]
}
}
}
}Add to your Zed `settings.json`.
docker run -i --rm ghcr.io/shafthq/shaft-engine-mcp:10.3.20260826Run `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档25/25
- 维护25/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 10.3.20260826最新 | 2026年8月26日 |
| 10.3.20260824 | 2026年8月24日 |
| 10.3.20260820 | 2026年8月20日 |
| 10.3.20260818 | 2026年8月18日 |
| 10.3.20260817 | 2026年8月16日 |
| 10.3.20260809 | 2026年8月9日 |
| 10.3.20260806 | 2026年8月9日 |
| 10.3.20260801 | 2026年8月2日 |
| 10.3.20260728 | 2026年7月28日 |
| 10.3.20260727 | 2026年7月27日 |
| 10.3.20260722 | 2026年7月22日 |
| 10.3.20260719 | 2026年7月19日 |
| 10.3.20260717 | 2026年7月18日 |
| 10.3.20260716 | 2026年7月16日 |
| 10.3.20260715 | 2026年7月15日 |
| 10.3.20260714 | 2026年7月15日 |
| 10.3.20260713 | 2026年7月13日 |
| 10.3.20260712 | 2026年7月12日 |
| 10.3.20260711 | 2026年7月11日 |
| 10.3.20260710 | 2026年7月10日 |
| 10.3.20260709 | 2026年7月9日 |
| 10.3.20260708 | 2026年7月8日 |
| 10.3.20260707 | 2026年7月7日 |
| 10.3.20260705 | 2026年7月5日 |
| 10.3.20260703 | 2026年7月3日 |
| 10.3.20260702 | 2026年7月3日 |
| 10.2.20260628 | 2026年6月28日 |
| 10.2.20260627 | 2026年6月28日 |
| 10.2.20260623 | 2026年6月23日 |
| 10.2.20260622 | 2026年6月22日 |
| 10.2.20260621 | 2026年6月21日 |
| 10.2.20260620 | 2026年6月19日 |
| 10.2.20260618 | 2026年6月18日 |
| 10.2.20260617 | 2026年6月17日 |
| 10.2.20260615 | 2026年6月15日 |
| 10.2.20260614 | 2026年6月14日 |
| 10.2.20260612 | 2026年6月12日 |
| 10.2.20260506 | 2026年6月10日 |
| 10.2.20260501 | 2026年5月5日 |
| 10.2.20260424 | 2026年5月2日 |
| 10.2.20260422 | 2026年4月22日 |
| 10.1.20260331 | 2026年4月9日 |
| 10.1.20260324 | 2026年3月26日 |
| 10.1.20260319 | 2026年3月19日 |
| 10.1.20260315 | 2026年3月15日 |
| 10.1.20260312 | 2026年3月14日 |
| 9.4.20251116 | 2025年11月16日 |