todoms-mcp

by yukimaterrace

253 downloads
Not rated
GitHub

About

todoms-mcp is a Model Context Protocol (MCP) server that bridges AI development tools with the "todoms" todo management application. It provides user authentication and todo item operations (create, read, update, delete) for AI assistants.

Details

Author
yukimaterrace
Downloads
253
Categories
Other

- User sign-up, login, logout, and current user info retrieval
- Retrieve all todos or a specific todo by ID
- Create one or multiple todos at once
- Update an existing todo
- Delete a todo by ID

Clone the repository, install dependencies (npm install), build the project (npm run build), and start the server (npm start). The server communicates via stdin/stdout and requires a running todoms API server at http://localhost:8080.

todoms-mcp

todoms-mcp は、Todo管理アプリケーション「todoms」用のModel Context Protocol(MCP)サーバーです。MCPを使用してユーザー認証とTodo管理の機能を提供します。

概要

このプロジェクトは、Model Context Protocol(MCP)を活用して、AI開発ツールからTodo管理アプリケーションの機能にアクセスするためのブリッジとして機能します。ユーザー登録、認証、およびTodoアイテムの作成、取得、更新、削除などの機能を提供します。

機能

ユーザー管理
サインアップ - 新規ユーザー登録
ログイン - 認証トークン取得
ログアウト - セッション終了
現在のユーザー情報取得

Todo管理
全Todoの取得
特定のTodoの取得
単一または複数のTodoの作成
Todoの更新
Todoの削除

技術スタック

TypeScript - 開発言語
Node.js - 実行環境
Model Context Protocol (MCP) SDK - AI開発ツールとの連携
Zod - データバリデーション
Fetch API - HTTPリクエスト

前提条件

Node.js (v14以上推奨)
npm または yarn


インストール

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.