Skip to content

MCP with Agents

How to Use with Agents

  1. Go to Agents in the app
  2. Create or select an agent
  3. Configure capabilities and personality
  4. Use MCP commands starting with /mcp followed by your request

Command Format

/mcp [your natural language request]

Examples

  • /mcp Send an email to john@example.com with subject 'Meeting Tomorrow' via MS365
  • /mcp Create a JIRA ticket for project ABC with title 'Login Bug'
  • /mcp Show me all my GitHub repositories
  • /mcp Sende eine E-Mail über Outlook an team@company.com

Agent-MCP Workflow

  1. User Request → Agent receives /mcp command with natural language request
  2. Intent Analysis → Agent analyzes what the user wants to accomplish
  3. Service Selection → Agent chooses appropriate MCP service(s)
  4. Command Generation → Agent generates specific MCP commands
  5. Execution → MCP services execute the commands
  6. Response → Results are formatted and returned to user through the agent

Integration Highlights

  • Agent context: Agents can use MCP services to perform actions on your behalf
  • Workflow automation: Combine multiple MCP services in agent workflows
  • Smart routing: Agents intelligently route requests to appropriate MCP services
  • Error handling: Agents can handle errors and retry failed operations
  • Conversation flow: Agents maintain context across multiple MCP operations