Project Handoffs
Manages AI session handoffs and tracks next steps for projects.
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 handoffscreate_project- Create a new project for tracking AI session handoffsdelete_project- Delete a project and all its datacreate_next_step- Create a new next step in a projectstart_working_session- Start working on a next stepcreate_handoff- Complete a working session with handoff detailsget_latest_next_steps- Get open next steps ordered by priorityget_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.
相关服务器
Kone.vc
赞助Monetize your AI agent with contextual product recommendations
mpv-mcp-server
An mcp for mpv cross platform media player.
Motion
Manage tasks and projects in Motion using AI assistants.
Mente
Connect your AI assistant to your personal knowledge base. Search, save links, create notes and to-dos. AI processes everything automatically.
Homelab MCP Server
Manage and monitor homelab systems via SSH.
PDF Generation API
Generate professional PDFs (invoices, receipts, reports) from structured JSON data. No HTML required.
Travel MCP Server
A comprehensive travel planning server for flight search, accommodation booking, currency exchange, and weather forecasting.
EAN-Search.org product database official MCP
Access to the EAN-Search.org product database, searching by barcode or keywords
MCP Documentation Service
A service for reading, writing, and managing markdown documentation with frontmatter metadata.
Xmind Generator
A server for generating Xmind mind maps from various data sources.
@mcp-z/mcp-pdf
Create PDFs without leaving your workflow. Perfect for documentation, reports, and creative projects. Productive PDF generation with full Unicode and emoji support.