Install Guide
Connect BA, PM, and SA Agents to your AI Agent tool
Step 1: Import MCP Configuration
Add the corresponding Agent Server address to the MCP configuration of your AI Agent tool (such as OpenClaw, Hermes, Workbuddy, Qoder IDE, etc.).
BA Master Agent MCP Configuration
Add the following JSON to the mcpServers node of your MCP configuration file:
{
"mcpServers": {
"ba-agent": {
"url": "https://mcp-en.smartmoves.com.cn/ba/mcp",
"transport": "streamable-http"
}
}
}
PM Master Agent MCP Configuration
Add the following JSON to the mcpServers node of your MCP configuration file:
{
"mcpServers": {
"pm-agent": {
"url": "https://mcp-en.smartmoves.com.cn/pm/mcp",
"transport": "streamable-http"
}
}
}
SA Master Agent MCP Configuration
Add the following JSON to the mcpServers node of your MCP configuration file:
{
"mcpServers": {
"sa-agent": {
"url": "https://mcp-en.smartmoves.com.cn/sa/mcp",
"transport": "streamable-http"
}
}
}
Step 2: Import Skill Definition Files
Download the skill definition files (zip packages containing complete SKILL.md files) for each Agent and import them into your AI Coding tool.
Configuration Reference
| Agent | MCP Server URL | Transport Protocol |
|---|---|---|
| BA Master Agent | https://mcp-en.smartmoves.com.cn/ba/mcp | streamable-http |
| PM Master Agent | https://mcp-en.smartmoves.com.cn/pm/mcp | streamable-http |
| SA Master Agent | https://mcp-en.smartmoves.com.cn/sa/mcp | streamable-http |
All three Agents use the Streamable HTTP transport protocol, supporting streaming responses (SSE).