F
licenseNot graded
qualityF
maintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.
57
-
模型上下文协议服务器通过引导对话流程帮助收集和构建项目组合信息。
逐步收集项目信息
GitHub 存储库集成
项目组合的结构化数据收集
RESTful API 端点
Docker 容器化支持
Related MCP server: Agentic Tools MCP Server
Node.js 18.x 或更高版本
npm 或 yarn
Docker(用于容器化部署)
克隆存储库:
git clone <repository-url>
cd project-portfolio-guide安装依赖项:
npm install构建项目:
npm run build启动开发服务器:
npm run dev启动生产服务器:
npm start使用 Docker 构建并运行:
docker build -t project-portfolio-guide .
docker run -p 3000:3000 project-portfolio-guide发送消息到服务器并接收对话的下一步。
请求正文:
{
"content": "user message"
}回复:
{
"content": "server response",
"metadata": {
"step": 1,
"totalSteps": 15
}
}检查服务器健康状态。
回复:
{
"status": "healthy"
}在https://smithery.ai创建 Smithery 帐户
安装 Smithery CLI:
npm install -g @smithery/cli登录 Smithery:
smithery login部署服务器:
smithery deploy可以使用环境变量来配置服务器:
PORT :服务器端口号(默认值:3000)
NODE_ENV :节点环境(默认值:生产)
麻省理工学院
This server cannot be deployed
MCP server for generating rough-draft project plans from natural-language prompts.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.