Skip to main content
Glama

Project Handoffs MCP Server

by davidorex

Project Handoffs MCP Server

MCP server for managing AI session handoffs and next steps tracking.

Core Concepts

  • NextStep → WorkingSession → Handoff → New NextStep chains
  • Project-based organization
  • Priority levels mapped to implementation impact:
    • core-critical: Critical for working implementation
    • full-required: Necessary for desired implementation
    • enhancement: Improvements and optimizations

Available Tools

  • list_templates - List available templates for next steps, working sessions, and handoffs
  • create_project - Create a new project for tracking AI session handoffs
  • delete_project - Delete a project and all its data
  • create_next_step - Create a new next step in a project
  • start_working_session - Start working on a next step
  • create_handoff - Complete a working session with handoff details
  • get_latest_next_steps - Get open next steps ordered by priority
  • get_next_step_history - Get complete history of a next step including session and handoff

Installation

npm install npm run build

Configuration

Add to your MCP configuration:

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

Project Structure

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

Development

# 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.
Deploy Server
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 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 -
              • A
                security
                A
                license
                A
                quality
                Enables AI assistants to interact with ClickUp's task management API for core project workflows, supporting operations like task creation, updates, search, assignment, and team analytics through natural language.
                Last updated -
                28
                3
                MIT License
                • Apple
                • Linux
              • A
                security
                A
                license
                A
                quality
                Adds persistent task management to AI coding assistants in IDEs, allowing them to track multi-step tasks across sessions and maintain organized workflow with project-scoped todo lists.
                Last updated -
                2
                23
                MIT License
              • A
                security
                A
                license
                A
                quality
                Provides AI assistants with a hierarchical task management system that maintains focus and context across complex problem-solving sessions, solving context window limitations through organized task structures.
                Last updated -
                12
                4
                GPL 3.0

              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