dify-plugin-agent-mcp_sse

Dify 1.0 Plugin Support MCP Tools Agent strategies

GitHub Stars

113

User Rating

Not Rated

Favorites

0

Views

49

Forks

44

Issues

30

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/junjiem/dify-plugin-agent-mcp_sse.git
cd dify-plugin-agent-mcp_sse

2. Install Dependencies

bash
pip install -r requirements.txt

3. Configure Server

Set up the MCP server configuration by editing the configuration file.

4. Start Server

bash
python main.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies.