todo-for-ai-api-server

todo-for-ai/todo-for-ai-api-server
★ 2 stars Python Security Updated today
⚡ RESTful API server for Todo for AI task management system. Built with Flask and designed for AI assistant integration. Features multi-authentication (JWT & API tokens), OAuth support (Google/GitHub), MCP protocol integration, and comprehensive project/task management APIs. Perfect for AI-driven workflows.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "todo-for-ai-api-serv": {
      "command": "uvx",
      "args": [
        "todo-for-ai-api-server"
      ]
    }
  }
}

Or install with pip: pip install todo-for-ai-api-server

README Excerpt

A RESTful API server for the Todo for AI task management system, built with Flask and designed specifically for AI assistant integration. > 🚀 **Try it now**: Visit [https://todo4ai.org/](https://todo4ai.org/) to experience our product! - 🔐 **Multi-Authentication**: JWT tokens and API tokens support - 🌐 **OAuth Integration**: Google and GitHub OAuth login

Topics

ai-coding-toolstodo4ai