Project Handoffs MCP Server
プロジェクトハンドオフMCPサーバー
AI セッションのハンドオフと次のステップの追跡を管理するための MCP サーバー。
コアコンセプト
NextStep → WorkingSession → Handoff → 新しいNextStepチェーン
プロジェクトベースの組織
実装の影響にマッピングされた優先度レベル:
コアクリティカル: 実用的な実装に不可欠
完全必須: 望ましい実装に必要
機能強化: 改善と最適化
Related MCP server: Execution System MCP Server
利用可能なツール
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.Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAdds 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.226MIT
- FlicenseNot gradedqualityFmaintenanceEnables AI-native task and project management through natural language conversation with Claude, eliminating app-switching by letting you add actions, manage projects across multiple areas of focus, and maintain a GTD-style execution system directly in chat.1
- FlicenseNot gradedqualityDmaintenanceEnables AI development tools to maintain context across chat sessions with automatic branching, progress tracking, and TODO management for different tasks.
- AlicenseNot gradedqualityDmaintenanceManages persistent work memories and context across AI tools, enabling structured storage, search, and retrieval of work content, tasks, and knowledge with session-based project organization.14MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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