You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/mcp/multi_mcp_guide/README.md

15 lines
613 B

# Multi-MCP Guide Examples
This directory contains examples demonstrating multi-MCP connection patterns and guides.
## Examples
- [agent_mcp.py](agent_mcp.py) - Agent MCP implementation
- [mcp_agent_tool.py](mcp_agent_tool.py) - MCP agent tool example
- [okx_crypto_server.py](okx_crypto_server.py) - OKX crypto MCP server example
## Overview
Multi-MCP guide examples demonstrate how to connect agents to multiple MCP servers simultaneously, manage multiple tool sets, and coordinate operations across different MCP connections. These examples provide guidance for building complex MCP-based agent systems.