Skip to main content
Glama

Project Handoffs MCP Server

by davidorex

Servidor MCP de transferencias de proyectos

Servidor MCP para gestionar las transferencias de sesiones de IA y el seguimiento de los próximos pasos.

Conceptos básicos

  • NextStep → Sesión de trabajo → Transferencia → Nuevas cadenas NextStep
  • Organización basada en proyectos
  • Niveles de prioridad asignados al impacto de la implementación:
    • núcleo crítico: crítico para la implementación funcional
    • full-required: Necesario para la implementación deseada
    • Mejora: Mejoras y optimizaciones

Herramientas disponibles

  • list_templates : lista de plantillas disponibles para próximos pasos, sesiones de trabajo y transferencias
  • create_project - Crea un nuevo proyecto para rastrear las transferencias de sesiones de IA
  • delete_project - Eliminar un proyecto y todos sus datos
  • create_next_step - Crea un nuevo siguiente paso en un proyecto
  • start_working_session - Comienza a trabajar en el siguiente paso
  • create_handoff - Completa una sesión de trabajo con detalles de transferencia
  • get_latest_next_steps - Obtener los próximos pasos abiertos ordenados por prioridad
  • get_next_step_history : obtiene el historial completo del siguiente paso, incluidas la sesión y la transferencia

Instalación

npm install npm run build

Configuración

Añade a tu configuración de MCP:

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

Estructura del proyecto

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

Desarrollo

# 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

Facilita las transferencias de sesiones de IA y el seguimiento de los próximos pasos a través de la organización basada en proyectos, lo que respalda la priorización de tareas y la gestión perfecta del flujo de trabajo.

  1. Conceptos básicos
    1. Herramientas disponibles
      1. Instalación
        1. Configuración
          1. Estructura del proyecto
            1. Desarrollo

              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