Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FastMCP Todo Serveradd 'review pull request #42' to my todos"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Omnispindle
A todo system that went too deep
Omnispindle is the coordination layer of the Madness Interactive ecosystem. It provides standardized MCP tools for todo management, lesson capture, and cross-project coordination that AI agents can use to actually get work done.
What it actually does
The boring (useful) parts:
AI agents can manage todos, capture lessons, search knowledge bases
Full audit logging because trust issues are valid
Project-aware context so your agent knows where it is
Configurable tool loadouts (4 to 30 tools, pick your poison)
Zero-config Auth0 authentication (browser opens, you login, done)
The interesting (ambitious) parts:
Three operation modes: API-first, hybrid with fallbacks, or pure local
MQTT for real-time cross-system coordination
Visual dashboard via Inventorium
Integration with the Madness Interactive ecosystem
The weird (future) parts:
Terraria mod where AI tools are actual inventory items
SwarmDesk 3D workspace coordination
Teaching kids prompt engineering through video games
First we manage todos properly. Then we get weird with it.
Related MCP server: Coding Todo Server
Installation
π¦ PyPI Installation (Recommended)
Available CLI commands after installation:
omnispindle- Web server for authenticated endpointsomnispindle-server- Alias for web serveromnispindle-stdio- MCP stdio server for Claude Desktop
π Claude Desktop Integration (Zero Config!)
Add to your claude_desktop_config.json:
That's it! The first time you use an Omnispindle tool:
π Your browser opens automatically for Auth0 login
π Log in with Google (or Auth0 credentials)
β Token is saved locally for future use
π― All MCP tools work seamlessly with your authenticated context
No tokens to copy, no manual config files, no complex setup!
π Development Installation
For more details, see the MCP Client Auth Guide.
Architecture
Omnispindle v1.0.0: where "just a todo app" went wonderfully wrong.
π What's Inside
FastMCP Server - Talks stdio and HTTP (your AI's new best friend)
API-First Design - HTTP calls to
madnessinteractive.cc/api(works great)Hybrid Mode - API-first with MongoDB parachute (just in case)
Zero-Config Auth - Browser pops open, you login, magic happens
Tool Loadouts - 4 to 30 tools depending on your token budget
π Operation Modes
api- HTTP API calls only (cloud-native, no database required)hybrid- API-first with MongoDB safety net (default, plays it safe)local- Direct MongoDB connections (old school, still works)auto- Picks the fastest option (let the system decide)
π Authentication & Security
Auth0 Integration - JWT tokens via device flow (browser handles it)
API Key Support - For when you want long-lived tokens
User Isolation - Your todos stay yours (database-level separation)
Git-secrets Protection - Catches credentials before they hit GitHub
Configuration
π Environment Variables
Operation Mode:
OMNISPINDLE_MODE-api,hybrid,local,auto(default:hybrid)OMNISPINDLE_TOOL_LOADOUT- Tool loadout configuration (default:full)OMNISPINDLE_FALLBACK_ENABLED- Enable fallback in hybrid mode (default:true)
Authentication:
MADNESS_API_URL- API base URL (default:https://madnessinteractive.cc/api)AUTH0_TOKEN- JWT token from Auth0 device flow (for stdio/local MCP)MADNESS_AUTH_TOKEN- Alternative token name (used by API client in api/hybrid modes)MADNESS_API_KEY- API key alternative authenticationMCP_USER_EMAIL- User email for context isolation
Local Database (hybrid/local modes):
MONGODB_URI- MongoDB connection stringMONGODB_DB- Database name (default:swarmonomicon)MQTT_HOST/MQTT_PORT- MQTT broker settings
π― Tool Loadouts
Configure OMNISPINDLE_TOOL_LOADOUT to control available functionality:
full- All 30 tools available (default)basic- Essential todo management (7 tools)minimal- Core functionality only (4 tools)lessons- Knowledge management focus (7 tools)admin- Administrative tools and session management (13 tools)lightweight- Token-optimized core functionality (10 tools)write_only- Create, update, delete operations only (6 tools)read_only- Query and get operations only (8 tools)hybrid_test- Testing hybrid functionality (6 tools)
Integration
Part of the Madness Interactive ecosystem (yes, we named it that):
Inventorium - Web dashboard and 3D workspace for humans who like GUIs
SwarmDesk - Project-specific AI environments (think context switching, but spatial)
Terraria Integration - Tools as inventory items (because why not)
Development
Usage with Claude Desktop
STDIO Server Setup
The stdio server is how Claude Desktop talks to Omnispindle. Zero-config auth means you literally just run it.
Authentication: Browser opens, you login, done. (Want manual token setup? See the MCP Client Auth Guide)
Configure Claude Desktop: Add this to your
claude_desktop_config.json:
That's it. Browser auth, local server, AI agents with todo superpowers.
Privacy & Security
Fair warning: This repo has our Auth0 configs, database strings, and infrastructure-as-code with real account IDs. It's open source for learning and forking, not for deploying as-is to production.
If you're actually using this:
Fork it
Change all the auth providers and credentials
Point it at your own domains and databases
Review the tool permissions (we're pretty permissive)
Don't blame us if you deploy our configs to prod
This is a working system for our ecosystem. For yours, you'll need to make it your own.
Philosophy
Most people build todo apps with 5 features and call it a day. We built one with 30 MCP tools, three operation modes, zero-config OAuth, and a roadmap involving Minecraft-adjacent technology.
This is either exactly the right amount of complexity or way too much. Time will tell.
What works now:
Todo management for AI agents (rock solid)
Knowledge capture across projects (actually useful)
Zero-setup authentication (shockingly smooth)
API-first architecture with MongoDB parachute (overkill? maybe. reliable? absolutely.)
What's coming:
Teaching kids prompt engineering through Terraria (ambitious)
3D workspace coordination (science fiction vibes)
Making AI context management feel like inventory management (weird, might work)
The complexity serves a purpose: AI agents need real tools for real work. We just happen to think "real work" shouldn't be boring.
"Over-engineered? Maybe. Under-ambitious? Never."