Agent strategies collection that provide `Function Calling` and `ReAct` (Support `fetch and call tools` by `MCP` protocol through `HTTP with SSE` or
Dify Plugin Agent MCP Sse MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Agent strategies collection that provide Function Calling and ReAct (Support fetch and call tools by MCP protocol through HTTP with SSE or Streamable HTTP transport).
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Dify Plugin Agent MCP Sse is connected, these are the calls the assistant has available:
Description — Agent strategies collection that provide Function Calling and ReAct (Support fetch and call tools by MCP protocol through HTTP with SSE or StreamableThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Dify Plugin Agent MCP Sse's toolset — Description — is a fair guide to whether it matches your workflow. It is maintained by junjiem; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Dify Plugin Agent MCP Sse's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Description | Agent strategies collection that provide Function Calling and ReAct (Support fetch and call tools by MCP protocol through HTTP with SSE or Streamable HTTP transport). |
{
"mcpServers": {
"server_name1": {
"transport": "sse",
"url": "http://127.0.0.1:8000/sse",
"headers": {},
"timeout": 50,
"sse_read_timeout": 50
},
"server_name2": {
"transport": "sse",
"url": "http://127.0.0.1:8001/sse"
},
"server_name3": {
"transport": "streamable_http",
"url": "http://127.0.0.1:8002/mcp",
"headers": {},
"timeout": 50
},
"server_name4": {
"transport": "streamable_http",
"url": "http://127.0.0.1:8003/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.