GitHubスター MCPサーバー内蔵

AIが本当に使える、
セルフホスト型のライフ管理

エリア、ゴール、プロジェクト、タスクに加えてノートと習慣を、ひとつのシステムに。自分のハードウェアで動かすことも、運用をこちらに任せることもできます。

サンプルデータ入りの実際のホスティングインスタンス。共有され、定期的にリセットされます

MITライセンス · ずっとオープンソース

tududiの画面。今日のビューと予定されたタスクが表示されています
GitHubスター · MCPサーバー、59ツール · 25言語対応 · 651k+ Dockerプル
AIとMCP

AIエージェントが本当に使える、
セルフホスト型のシステム

tududiには59個のツールを公開するMCPサーバーが付属し、タスク、プロジェクト、エリア、ゴール、習慣、ノート、人物、タグ、ビュー、受信箱、検索、指標までcarbonカバーします。Claudeをはじめ、MCP対応のあらゆるエージェントを自分のシステムに直接つなげられます。tududiは自分のサーバーで動くため、接続もデータもそこから出る必要がありません。これはTodoistやNotionが何を約束しようと提供できない、構造上の違いです。

Claude Desktop tududi MCP

What should I focus on today, and is anything slipping?

Used tududi list_tasks get_task_metrics list_projects

Start with Ship the billing migration. It is due today, and three tasks in Payments are waiting behind it.

Worth knowing

Overdue 2 tasks in Home Ops, the oldest by 6 days
Stalled Website redesign, no activity in 11 days
Streak at risk Morning review, 12 days running, not logged yet today

Move the redesign review to Friday and add a task to unblock Payments.

Used tududi update_task create_task

Done. Review redesign draft is now due Friday, and Unblock Payments queue is in the Payments project, due today.

An example session. Your agent connects straight to your own instance over MCP.

チャットから記録・検索

会話から離れずに、タスクの追加・検索・完了ができます。

データは自分のサーバーに

MCP接続は自分のインスタンスと通信します。第三者を経由するものはありません。

オープンな規格、ロックインなし

オープンなModel Context Protocolの上に構築。Claudeやその他のMCPクライアントで動作します。

Claude Desktopに接続する

claude_desktop_config.json
{
  "mcpServers": {
    "tududi": {
      "command": "npx",
      "args": ["-y", "tududi-mcp"],
      "env": {
        "TUDUDI_URL": "https://localhost:3002",
        "TUDUDI_API_TOKEN": "your-personal-access-token"
      }
    }
  }
}

Cursor、Windsurf、Cline、その他のMCPクライアントでも同様に動作します。 MCPのドキュメントを読む →

セルフホストでもマネージドでも、すべてのプランに含まれます。

AIアシスタント

データを読み取り、平易な言葉の要約を書き戻す、独立した任意のレイヤーです。Ollamaのようなセルフホスト型を含め、OpenAI互換のあらゆるプロバイダーで動作します。

デイリーブリーフ

その日の重点タスクと、知っておくべきリスクをまとめた朝のサマリー。

タスクの分析

特定のタスクについて、必要なときに次の一手を提案します。

プロジェクトの分析

プロジェクトの状態を手短に診断します。何が進み、何が止まっているか。

機能

整った暮らしのための、完成されたシステム

tududiはゴール、プロジェクト、タスク、ノート、スマートビューを、静かで集中できるひとつのシステムにまとめます。プライバシーと明快さを大切にする個人と小さなチームのために。

ゴール

シーズンや一年単位で成果を定め、どのエリアとプロジェクトが実際にそれを前へ進めているかを確認できます。

階層的な整理

ゴールとエリアは最上位に並びます。長期的な成果と、続いていく生活の領域です。どちらもプロジェクトを含み、プロジェクトはタスクを含みます。

ビュー

「今日」「期限切れ」「いつか」といったスマートな保存済み検索。毎回フィルターを組み直すことなく、ワンクリックで。

賢い繰り返しタスク

日次・週次・月次のパターンに対応。完了を起点とした繰り返しと、親子関係もサポートします。

サブタスクと分解

複雑なタスクを扱いやすいサブタスクに分解し、進捗を追跡します。

柔軟なタグ機能

タスクとノートに独自のタグを付け、即座に絞り込み。プロジェクトをまたいだ整理もできます。

Telegram連携

メッセージを送るだけでタスクを即座に登録。毎日のダイジェストを受け取り、外出先でもリストを管理できます。

プライバシーとコントロール

データは自分のものに。完全に管理したいならセルフホスト、暗号化バックアップ付きのマネージドインスタンスという選択肢もあります。

セルフホスト

自分のサーバーで動かす

無料、オープンソース、Docker対応。データは完全にあなたのものです。

Dockerでのセットアップ

Dockerなら数分でデプロイ

1

Dockerイメージを取得

docker pull chrisvel/tududi:latest
2

コンテナを起動

docker run \
  -e TUDUDI_USER_EMAIL=you@example.com \
  -e TUDUDI_USER_PASSWORD=yourpassword \
  -e TUDUDI_SESSION_SECRET=$(openssl rand -hex 64) \
  -v ~/tududi_db:/app/db \
  -p 3002:3002 \
  -d chrisvel/tududi:latest
3

アクセス先: http://localhost:3002

プレス

私たちの言葉だけを信じないでください

実際に tududi を動かしたレビュアーが書いたこと。

Tududi stands out as a breath of fresh air among over-engineered and often expensive productivity tools.
Parth Shah XDA Developers · June 2025
レビューを読む
Tududi is an immensely useful tool, and one that is easy to integrate into day-to-day workflow.
Patrick Hearn XDA Developers · December 2025
レビューを読む
A free, open-source application that allows you to efficiently categorize and track your work, from personal task management to large-scale project management and detailed note-taking.
GIGAZINE April 2026
レビューを読む
料金

tududiの使い方を選ぶ

ひとつのシステム、三つの動かし方

マネージド

$49 $99 早期割引 /年
早期割引価格。購読を続けるかぎりこの価格のままです。
専用の隔離されたコンテナとデータベース。
  • 他のどのユーザーからも隔離された、専用のコンテナとデータベース
  • 管理されたアップデートと自動バックアップ
  • 定額制、ユーザー数による課金なし
  • MCPとAIアシスタントを同梱
  • いつでもすべてをエクスポート可能
早期アクセスを申し込む →

ビジネスライセンス

$499/年
仕事でtududiを使う
  • 商用利用ライセンス
  • 応答時間を保証する優先サポート
  • 会社の経費に計上できる請求書、消費税込み
  • 専用の隔離されたコンテナ、または完全に自社サーバーでの運用
  • メンテナーへの直通の連絡手段

tududiはMITライセンスで、商用利用はすでに無料です。ここで購入するのは優先サポート、応答時間の保証、そして請求書です。

licensing@tududi.com にメール →

いつでも解約でき、すべてをエクスポートできます。万一マネージドサービスが終了する場合も、データとセルフホストへの移行ガイドをお渡しします。ストレージとAPI利用量には公正利用が適用されます。30日間の返金保証、理由は問いません。

かんたん比較

三つとも、tududiのすべての機能が使えます

セルフホスト
マネージド
ビジネスライセンス
オープンソースのコア
商用利用
インフラの完全なコントロール
任意
データは自分のハードウェア上に
任意
継続的な費用なし
サーバー構築が不要
管理されたアップデート
自動バックアップ
隔離されたコンテナとデータベース
自分のサーバー
優先サポート
応答時間の保証
コミュニティ
メール
当営業日中
経費精算用の請求書
料金
永久に無料
49ドル/年
499ドル/年

自分のシステムを動かす準備はできましたか?

tududiをセルフホストする
FAQ

Questions worth answering before you commit

The licence, the AI, and what happens to your data. If something is missing, ask in Discord.

Licence & project

Is tududi really free?

tududi is open source under the MIT licence. You can run it, modify it, and build on it without paying anyone. There are no seat counts, no usage limits, and no features held back for a paid tier: the self-hosted version is the whole product. The paid options on this page sell hosting and support, not access.

Can I use tududi at work, or in my company?

Yes, and you do not need to buy anything first. The MIT licence permits commercial use, including inside a business and inside a commercial product, with no revenue threshold and nothing to report. If your organisation needs a support commitment or an invoice for its procurement process, that is what the Business Licence is for. It buys priority support, a response commitment, and paperwork, not permission.

Is tududi actively maintained?

Yes. It is built primarily by one maintainer, with contributions from the community, and it ships often. Every release is listed on the GitHub releases page, linked from the Changelog in the menu above, so you can judge the pace yourself rather than take our word for it. Development happens in the open: issues, a public roadmap, and a Discord where questions get answered.

What happens to my data if tududi goes away?

The app is MIT licensed and the source is public, so it cannot be withdrawn from you. Anyone can keep running it, and you can fork it. For Managed instances, your data lives in a standard tududi database that is not in a proprietary format; if the Managed service ever shut down, you would get your data and a guide to moving it onto your own server.

Self-hosting & data

What do I need to run it myself?

Docker and somewhere to run it. You pull the image, run the container, and mount a directory for the database. It is comfortable on a small VPS or a machine on your own network, and the exact commands are in the Self-Host section above and in the docs.

Where is my data, and how do I back it up?

Everything lives in a single SQLite database file inside the volume you mounted. Backing it up is copying that file somewhere safe, and restoring it is copying it back. tududi also snapshots the database automatically before it applies migrations, keeping recent copies. There is no proprietary format and no export step standing between you and your own data.

Can several people share one instance?

Yes. A single instance can host multiple users, and projects can be shared with read-only or read-write access, which the tasks and notes inside them inherit. Self-registration is off by default, so an admin either creates accounts or deliberately opens sign-ups. Nobody gets in because you forgot to close a door.

Is there a mobile app?

tududi installs as a PWA rather than a native app. Add it to your home screen on Android or iOS, or install it on a desktop, and it behaves like an app: it reads from cache when you are offline and syncs your changes when you reconnect. There is nothing to download from the App Store or Play Store.

Does it work behind a reverse proxy?

Yes, and that is the normal way to run it. Set TUDUDI_TRUST_PROXY so the app trusts the forwarded headers from nginx, Caddy, or Traefik. If you skip it, logins and IP logging behave strangely in ways that are hard to diagnose, so the app raises a specific error rather than failing quietly. The accepted values are documented in the README.

AI, MCP & Managed hosting

Do I have to use the AI features?

No. Both AI layers are off until you switch them on, and tududi is a complete system without either. If you never enable them, nothing is missing and nothing nags you.

Does my data get sent to an AI company?

That depends which of the two layers you mean, and the difference matters. The MCP server runs inside your own instance: an agent such as Claude Desktop connects to your server, so the connection and your data stay where you put them. The AI Assistant is different. It calls an OpenAI-compatible provider, so if you point it at a hosted one, the contents of those requests go to that provider. Point it at a local model instead, such as Ollama or LM Studio, and nothing leaves your machine. It stays off until you supply a key, so this is always your choice rather than a default.

What is MCP, and what can an agent actually do?

MCP is the Model Context Protocol, an open standard for connecting AI agents to real systems. tududi ships an MCP server exposing 59 tools spanning tasks, projects, areas, goals, habits, notes, people, tags, views, inbox, search and metrics, so an agent can capture, find, update and finish work rather than just talk about it. It is opt-in, and it works with Claude Desktop, Cursor, Windsurf, Cline, or any other MCP client.

Why pay for Managed when self-hosting is free?

You are paying to not run it. Managed gives you a container and database isolated from every other user, updates applied for you, and support with a response commitment. If you already run Docker and a reverse proxy, self-hosting is genuinely the better deal and we would rather you did that. Managed exists for people who want the system without becoming its sysadmin.

Does my hosted instance stay running?

Instances that go unused for about half an hour are paused, and start again by themselves the next time you open yours. Usually that shows up as a slightly slower first load. Occasionally it takes long enough that you will see a short "waking up" page and can retry. Your data is untouched either way: pausing stops the container, it does not delete anything.

まだ決めきれませんか?

メールアドレスを登録しておけば、早期アクセス開始時にご招待をお送りします。新機能が出たときのお知らせも届きます。迷惑メールは送りません。配信停止はワンクリックです。

リリースノートをお送りするためだけに、アドレスと登録日を保存します。他の用途には使わず、第三者に渡すこともありません。

世界25言語で利用できます

tududiコミュニティに参加

他のtududiユーザーとつながり、サポートを受け、最新情報を追いかけましょう