FastMCP Todo Server
@DanEdens
FastMCP Todo Server について
A comprehensive MCP-based todo management system, that serves as a central nervous system for Madness Interactive, a multi-project task coordination workshop.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fastmcp-todo-server": {
"command": "python",
"args": [
"-m",
"src.Omnispindle.stdio_server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is FastMCP Todo Server?
FastMCP Todo Server is a Python FastMCP server providing 38 tools for AI agents to manage tasks, capture knowledge, coordinate sessions, track epic goals (quests), and access project context through a single standardized interface. It integrates with Auth0 for authentication and can run in API, hybrid, local, or auto operation modes. Designed for multi-project AI-assisted development labs.
How to use FastMCP Todo Server?
Install via pip install omnispindle. Run the stdio server (omnispindle-stdio) for Claude Desktop or the HTTP web server (omnispindle/omnispindle-server) for authenticated endpoints. Set environment variables like OMNISPINDLE_MODE, OMNISPINDLE_TOOL_LOADOUT, and MCP_USER_EMAIL. For Claude Desktop, add a JSON entry to claude_desktop_config.json with the command omnispindle-stdio and required environment variables.
Key features of FastMCP Todo Server
- Todo management with full metadata, priority, target agent, and change detection
- Knowledge capture with language, topic, tags, and semantic vector search
- Session tracking with genealogy trees, forking, and spawning
- Quest system for multi-step objectives with progress reports
- Context bundles giving agents a full project picture in one call
- Zero‑config Auth0 device flow authentication
- Tool loadouts (full, basic, minimal, etc.) to control tool availability
- Operation modes: API, hybrid, local, auto
Use cases of FastMCP Todo Server
- AI agents creating, updating, and completing tasks across multiple projects
- Capturing lessons learned and retrieving them via text or semantic similarity
- Coordinating AI work
「生産性」の他のコンテンツ
TickTick MCP Server
alexarevalo9A Model Context Protocol (MCP) server designed to integrate with the TickTick task management platform, enabling intelligent context-aware task operations and automation.
Todoist MCP Server
greirsonMCP server that connects Claude to Todoist for natural language task and project management with bulk operations
Todoist MCP Server
stanislavlysenko0912Full implementation of Todoist Rest API & support Todoist Sync API for MCP server
Outlook Calendar MCP Tool
merajmehrabiA Model Context Protocol (MCP) server that allows Claude to access and manage your local Microsfot Outlook calendar (Windows only).
mcp-server-macos-use
mediar-aiAI agent that controls computer with OS-level tools, MCP compatible, works with any model
コメント