todoms-mcp
todoms-mcp は、Todo管理アプリケーション「todoms」用のModel Context Protocol(MCP)サーバーです。MCPを使用してユーザー認証とTodo管理の機能を提供します。
このプロジェクトは、Model Context Protocol(MCP)を活用して、AI開発ツールからTodo管理アプリケーションの機能にアクセスするためのブリッジとして機能します。ユーザー登録、認証、およびTodoアイテムの作成、取得、更新、削除などの機能を提供します。
Features
- {'name': 'ユーザー管理', 'description': 'サインアップ、ログイン、ログアウト、現在のユーザー情報取得を含むユーザー管理機能を提供します。'}
- {'name': 'Todo管理', 'description': '全Todoの取得、特定のTodoの取得、単一または複数のTodoの作成、更新、削除を行う機能を提供します。'}
MCP Tools
- signup: ユーザー登録 - パラメータ: email, password
- login: ログイン - パラメータ: email, password
- logout: ログアウト - パラメータ: なし
- get_all_todos: 全Todoを取得 - パラメータ: なし
- get_todo: 特定のTodoを取得 - パラメータ: todoId
- create_todos: 複数のTodoを作成 - パラメータ: todos (Todoオブジェクトの配列)
- update_todo: Todoを更新 - パラメータ: todoId, todoData
- delete_todo: Todoを削除 - パラメータ: todoId
Usage with Different Platforms
Node.js
bash
# リポジトリのクローン
git clone https://github.com/yourusername/todoms-mcp.git
cd todoms-mcp
# 依存関係のインストール
npm install
# または
yarn install
# ビルド
npm run build
# または
yarn build
# 起動
npm start
# または
yarn start
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.