Receives todo requests via FastMCP and stores them in MongoDB.
Omnispindle is a FastMCP server designed to integrate with the Swarmonomicon project, enabling users to add tasks to a MongoDB-based todo list. By receiving todo requests through FastMCP, it efficiently stores and manages tasks for processing by the Swarmonomicon todo worker. It supports adding todos via FastMCP Python client and directly through MQTT, making it versatile for different integration approaches. It is written in Python and configured to manage task assignments and distribution within the Swarmonomicon ecosystem.
主要功能
01Receives todo requests via FastMCP
02Stores todo items in MongoDB
03Compatible with Swarmonomicon todo worker
04Supports adding todos via FastMCP Python client and MQTT
05Python-based implementation
063 GitHub stars
使用案例
01Adding tasks to a central todo list within the Swarmonomicon ecosystem
02Integrating with agent-based task processing systems