Project Handoffs MCP Server

Project Handoffs MCP Server

通过基于项目的组织方式,促进 AI 会话的交接和后续步骤的跟踪,从而支持任务优先级排序和无缝工作流程管理。

AI集成系统
Git管理工具
访问服务器

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

README

项目交接 MCP 服务器

用于管理 AI 会话交接和下一步骤跟踪的 MCP 服务器。

核心概念

  • 下一步骤 → 工作会话 → 交接 → 新的下一步骤链
  • 基于项目的组织
  • 优先级映射到实施影响:
    • core-critical: 对工作实施至关重要
    • full-required: 所需实施的必要条件
    • enhancement: 改进和优化

可用工具

  • 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           # 服务器实现
│   ├── templates.ts       # 实体模板
│   ├── types.ts          # TypeScript 类型
│   └── errors.ts         # 错误处理
├── package.json
└── README.md

开发

# 安装依赖
npm install

# 开发模式
npm run dev

# 构建
npm run build

实施细节

  • 通过 ProjectError 类进行错误处理
  • 所有实体类型的模板验证
  • 一致的状态管理
  • 通过适当的错误处理实现安全的数据持久性
  • 遵循 project-memory-server 模式的类型安全实现

安全

如果您发现安全漏洞,请创建一个带有标签“security”的新 issue。 我们会认真对待所有安全报告并及时回复。

贡献

欢迎贡献。 随时提交 Pull Request。

许可

本项目采用 Apache License 2.0 许可 - 有关详细信息,请参阅 LICENSE 文件。

推荐服务器

Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Neon MCP Server

Neon MCP Server

MCP server for interacting with Neon Management API and databases

官方
精选
mcp-server-qdrant

mcp-server-qdrant

这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。

官方
精选
AIO-MCP Server

AIO-MCP Server

🚀 All-in-one MCP server with AI search, RAG, and multi-service integrations (GitLab/Jira/Confluence/YouTube) for AI-enhanced development workflows. Folk from

精选
本地
https://github.com/Streen9/react-mcp

https://github.com/Streen9/react-mcp

react-mcp 与 Claude Desktop 集成,能够根据用户提示创建和修改 React 应用程序。

精选
本地
MCP Atlassian

MCP Atlassian

适用于 Atlassian Cloud 产品(Confluence 和 Jira)的 Model Context Protocol (MCP) 服务器。此集成专为 Atlassian Cloud 实例设计,不支持 Atlassian Server 或 Data Center 部署。

精选
any-chat-completions-mcp

any-chat-completions-mcp

将 Claude 与任何 OpenAI SDK 兼容的聊天完成 API 集成 - OpenAI、Perplexity、Groq、xAI、PyroPrompts 等。

精选
MySQL MCP Server

MySQL MCP Server

允许人工智能助手通过受控界面列出表格、读取数据和执行 SQL 查询,从而使数据库探索和分析更安全、更有条理。

精选
browser-use MCP server

browser-use MCP server

一个由人工智能驱动的浏览器自动化服务器,它实现了模型上下文协议,从而能够使用自然语言控制网页浏览器,以执行诸如导航、表单填写和视觉交互等任务。

精选
mcp-codex-keeper

mcp-codex-keeper

作为开发知识的守护者,为 AI 助手提供精心策划的最新文档和最佳实践访问权限。

精选