You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
hjlarry / dify-plugin-mcp_agent Public
7 stars
1 fork
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
hjlarry
fix
Mar 14, 2025
0484db1
· Mar 14, 2025
History
-------
5 Commits
| | |
| .vscode | | .vscode | update multi clients | Mar 14, 2025 |
| _assets | | _assets | update multi clients | Mar 14, 2025 |
| provider | | provider | first commit | Mar 14, 2025 |
| strategies | | strategies | update multi clients | Mar 14, 2025 |
| .difyignore | | .difyignore | first commit | Mar 14, 2025 |
| .gitignore | | .gitignore | first commit | Mar 14, 2025 |
| LICENSE | | LICENSE | Initial commit | Mar 14, 2025 |
| PRIVACY.md | | PRIVACY.md | first commit | Mar 14, 2025 |
| README.md | | README.md | fix | Mar 14, 2025 |
| main.py | | main.py | first commit | Mar 14, 2025 |
| manifest.yaml | | manifest.yaml | first commit | Mar 14, 2025 |
| requirements.txt | | requirements.txt | update multi clients | Mar 14, 2025 |
| View all files | | |
A Dify Agent strategy plugin that integrates MCP tool calls and common function calls capabilities.
For single MCP server setup, simply provide the server URL:
http://localhost:8000/sse
For multiple MCP servers with detailed connection parameters:
{
"server_name1": {
"url": "http://127.0.0.1:8000/sse",
"headers": {},
"timeout": 5,
"sse_read_timeout": 300
},
"server_name2": {
"url": "http://127.0.0.1:8001/sse"
}
}
stdio
to sse
?if __name__ == "__main__":
mcp.run(transport='sse')
uv tool install mcp-proxy
mcp-proxy --sse-host=0.0.0.0 --sse-port=8080 uvx your-server
No description, website, or topics provided.
No packages published
You can’t perform that action at this time.