Lab Final D06 — Foundry Agent SDK + MCP Server + Speech + n8n escalation (Portal-first companion)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"apex-helpsphere-agen": {
"command": "npx",
"args": [
"-y",
"tftec-guilherme/apex-helpsphere-agente-lab"
]
}
}
}
Run in terminal:
claude mcp add apex-helpsphere-agen npx -y tftec-guilherme/apex-helpsphere-agente-lab
Add to .cursor/mcp.json:
{
"mcpServers": {
"apex-helpsphere-agen": {
"command": "npx",
"args": [
"-y",
"tftec-guilherme/apex-helpsphere-agente-lab"
]
}
}
}