Skip to main content
Glama

Project Handoffs MCP Server

by davidorex

プロジェクトハンドオフMCPサーバー

AI セッションのハンドオフと次のステップの追跡を管理するための MCP サーバー。

コアコンセプト

  • NextStep → WorkingSession → Handoff → 新しいNextStepチェーン
  • プロジェクトベースの組織
  • 実装の影響にマッピングされた優先度レベル:
    • コアクリティカル: 実用的な実装に不可欠
    • 完全必須: 望ましい実装に必要
    • 機能強化: 改善と最適化

利用可能なツール

  • list_templates - 次のステップ、作業セッション、ハンドオフに使用できるテンプレートを一覧表示します
  • create_project - AIセッションのハンドオフを追跡するための新しいプロジェクトを作成する
  • delete_project - プロジェクトとそのすべてのデータを削除します
  • create_next_step - プロジェクトに新しい次のステップを作成する
  • start_working_session - 次のステップの作業を開始する
  • create_handoff - ハンドオフの詳細を含む作業セッションを完了する
  • get_latest_next_steps - 優先度順に並べられた開いている次のステップを取得します
  • get_next_step_history - セッションとハンドオフを含む次のステップの完全な履歴を取得します

インストール

npm install npm run build

構成

MCP 構成に追加:

{ "mcpServers": { "project-handoffs": { "command": "/opt/homebrew/bin/node", "args": ["/path/to/project-handoffs/build/index.js"], "alwaysAllow": [] } } }

プロジェクト構造

project-handoffs/ ├── src/ │ ├── index.ts # Server implementation │ ├── templates.ts # Entity templates │ ├── types.ts # TypeScript types │ └── errors.ts # Error handling ├── package.json └── README.md

発達

# Install dependencies npm install # Development mode npm run dev # Build npm run build ## Implementation Details - Error handling through ProjectError class - Template validation for all entity types - Consistent state management - Safe data persistence with proper error handling - Type-safe implementation following project-memory-server patterns ## Security If you discover a security vulnerability, please create a new issue with the label 'security'. We take all security reports seriously and will respond promptly. ## Contributing Contributions are welcome. Feel free to submit a Pull Request. ## License This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

プロジェクトベースの組織を通じて AI セッションのハンドオフと次のステップの追跡を容易にし、タスクの優先順位付けとシームレスなワークフロー管理をサポートします。

  1. コアコンセプト
    1. 利用可能なツール
      1. インストール
        1. 構成
          1. プロジェクト構造
            1. 発達

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                Enables AI agent and task management using the CrewAI framework, allowing users to create and run agents and tasks in an automated workflow environment.
                Last updated -
                0
                3
                JavaScript
              • -
                security
                F
                license
                -
                quality
                Enables AI models to interact with Linear for issue tracking and project management through capabilities like creating/searching issues, managing sprints, and retrieving workflow states.
                Last updated -
                TypeScript
              • A
                security
                A
                license
                A
                quality
                Provides tools for interacting with Targetprocess, a project management and agile planning platform, enabling AI assistants to search, create, and update project entities with proper validation.
                Last updated -
                5
                TypeScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                Enables AI models to interact with Linear for issue tracking and project management through the Model Context Protocol, supporting capabilities like creating issues, searching, managing sprints, and bulk updating statuses.
                Last updated -
                5
                TypeScript

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidorex/project-handoffs'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server