Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2025 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Omnispindle

    A comprehensive MCP-based todo management system, that serves as a central nervous system for Madness Interactive, a multi-project task coordination workshop.

    6 stars
    Python
    Updated Oct 3, 2025
    ai
    claude-desktop
    fastmcp
    mcp
    mcp-server
    python
    todo-app
    todo-list
    todolist-application

    Documentation

    Omnispindle

    FastMCP-based task and knowledge management system for AI agents

    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 does

    For AI Agents:

    • Add, query, update, and complete todos with full audit logging
    • Capture and search lessons learned across projects
    • Access project-aware context and explanations
    • Coordinate work across the Madness Interactive ecosystem

    For Humans:

    • Visual dashboard through Inventorium
    • Real-time updates via MQTT
    • Claude Desktop integration via MCP
    • Project-aware working directories

    For the Future:

    • Terraria mod integration (tools as inventory items - yes, really)
    • SwarmDesk 3D workspace coordination
    • Game-like AI context management for all skill levels

    Quick Start

    🚀 Automatic Authentication (Zero Config!)

    Just add Omnispindle to your MCP client configuration:

    json
    {
      "mcpServers": {
        "omnispindle": {
          "command": "python",
          "args": ["-m", "src.Omnispindle.stdio_server"],
          "cwd": "/path/to/Omnispindle",
          "env": {
            "OMNISPINDLE_TOOL_LOADOUT": "basic"
          }
        }
      }
    }

    That's it! The first time you use an Omnispindle tool:

    1. 🌐 Your browser opens automatically for Auth0 login

    2. 🔐 Log in with Google (or Auth0 credentials)

    3. ✅ Token is saved locally for future use

    4. 🎯 All MCP tools work seamlessly with your authenticated context

    No tokens to copy, no manual config files, no environment variables to set!

    Manual Setup (Optional)

    If you prefer manual configuration:

    bash
    # Install dependencies
    pip install -r requirements.txt
    
    # Set your token (optional - automatic auth will handle this)
    export AUTH0_TOKEN="your_token_here"
    
    # Run the MCP server
    python -m src.Omnispindle.stdio_server

    For more details, see the MCP Client Auth Guide.

    Architecture

    MCP Tools - Standard interface for AI agents to manage work

    MongoDB - Persistent storage with audit trails

    MQTT - Real-time coordination across components

    FastMCP - High-performance MCP server implementation

    Auth0/Cloudflare - Secure authentication and access control

    Tool Loadouts

    Configure OMNISPINDLE_TOOL_LOADOUT to control available functionality:

    • basic - Essential todo management (7 tools)
    • minimal - Core functionality only (4 tools)
    • lessons - Knowledge management focus (7 tools)
    • full - Everything (22 tools)

    Integration

    Part of the Madness Interactive ecosystem:

    • Inventorium - Web dashboard and 3D workspace
    • SwarmDesk - Project-specific AI environments
    • Terraria Integration - Game-based AI interaction (coming soon)

    Development

    bash
    # Run tests
    pytest tests/
    
    # Start STDIO MCP server (for Claude Desktop)
    python stdio_main.py
    
    # Start HTTP MCP server (for remote access)
    python -m src.Omnispindle
    
    # Check tool registration
    python -c "from src.Omnispindle.stdio_server import OmniSpindleStdioServer; print(len(OmniSpindleStdioServer().server._tools))"

    Production Deployment

    Option 1: Local STDIO (Claude Desktop)

    For local development and use with clients like Claude Desktop, the stdio server is recommended. It now supports secure authentication via Auth0 tokens.

    1. Get Your Auth0 Token: Follow the instructions in the MCP Client Auth Guide.

    2. Configure Claude Desktop: Update your claude_desktop_config.json:

    json
    {
      "mcpServers": {
        "omnispindle": {
          "command": "python",
          "args": ["-m", "src.Omnispindle.stdio_server"],
          "cwd": "/path/to/Omnispindle",
          "env": {
            "AUTH0_TOKEN": "your_auth0_token_here",
            "OMNISPINDLE_TOOL_LOADOUT": "basic"
          }
        }
      }
    }

    This is now the preferred and most secure way to use Omnispindle with local MCP clients.

    Option 2: Remote HTTP (Cloudflare Protected)

    bash
    # Start HTTP server
    python -m src.Omnispindle
    
    # Deploy infrastructure
    cd OmniTerraformer/
    ./deploy.sh

    Configure MCP client:

    json
    {
      "mcpServers": {
        "omnispindle": {
          "command": "mcp-remote", 
          "args": ["https://madnessinteractive.cc/mcp/"]
        }
      }
    }

    Privacy & Security

    This repository contains sensitive configurations:

    • Auth0 client credentials and domain settings
    • Database connection strings and API endpoints
    • MCP tool implementations with business logic
    • Infrastructure as Code with account identifiers

    For production use:

    • Fork this repository for your own organization
    • Update all authentication providers and credentials
    • Configure your own domain and SSL certificates
    • Review and modify tool permissions as needed

    Not recommended for public deployment without modification.

    Philosophy

    We build tools that make AI agents actually useful for real work. Simple interfaces, robust backends, and enough ambition to make it interesting.

    The todo management works today. The Terraria integration will make your kids better at prompt engineering than most adults. The 3D workspace will make remote work feel like science fiction.

    But first: get your todos managed properly.

    ---

    *"Simple tools for complex minds, complex tools for simple minds"*

    Similar MCP

    Based on tags & features

    • BI

      Biomcp

      Python·
      327
    • AD

      Adls Mcp Server

      Python·
      4
    • KI

      Kill Process Mcp

      Python·
      9
    • DA

      Davinci Resolve Mcp

      Python·
      327

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • BI

      Biomcp

      Python·
      327
    • AD

      Adls Mcp Server

      Python·
      4
    • KI

      Kill Process Mcp

      Python·
      9
    • DA

      Davinci Resolve Mcp

      Python·
      327

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k