Dify Plugin Agent MCP Sse MCP Server

Agent strategies collection that provide `Function Calling` and `ReAct` (Support `fetch and call tools` by `MCP` protocol through `HTTP with SSE` or

Remote serverstreamable-httpGo

What is the Dify Plugin Agent MCP Sse MCP server?

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).

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

What the assistant can call

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 Streamable

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the dify plugin agent mcp sse mcp server does with a few real requests.

Choosing this one

This 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.

Available tools

ToolWhat it does
DescriptionAgent strategies collection that provide Function Calling and ReAct (Support fetch and call tools by MCP protocol through HTTP with SSE or Streamable HTTP transport).

How to install the Dify Plugin Agent MCP Sse MCP server

{
  "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.

Example prompts to try

  • Use Dify Plugin Agent MCP Sse to Description.

Frequently asked questions

It connects Dify Plugin Agent MCP Sse to MCP-compatible AI assistants such as Claude and Cursor, exposing 1 tool (Description) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Dify Plugin Agent MCP Sse directly.