Dummy
byrestful3
0Facilitates Meta-agent Communication Protocol (MCP) interaction via Server-Sent Events (SSE) for n8n workflows.
소개
Dummy is a lightweight MCP server designed for seamless integration with n8n, leveraging Server-Sent Events (SSE) for real-time communication. Built with FastAPI and FastMCP, it offers a simple yet effective way to extend n8n's capabilities with custom tools. It includes 'dummy' and 'echo' tools for demonstrating basic functionality and SSE streaming, respectively, making it an ideal starting point for building more complex MCP-based n8n workflows.
주요 기능
- Supports tool execution and streaming via MCP.
- Includes 'dummy' and 'echo' example tools.
- 0 GitHub stars
- Built with FastAPI and FastMCP.
- Uses Docker and Docker Compose for easy setup and deployment.
- Provides SSE-based MCP communication for n8n.
사용 사례
- Creating custom integrations within n8n using MCP.
- Implementing real-time data streaming in n8n.
- Extending n8n workflows with custom tools.