Skip to main content
Glama

Project Portfolio Guide MCP Server

by wonnyboi

项目组合指南 MCP 服务器

模型上下文协议服务器通过引导对话流程帮助收集和构建项目组合信息。

特征

  • 逐步收集项目信息
  • GitHub 存储库集成
  • 项目组合的结构化数据收集
  • RESTful API 端点
  • Docker 容器化支持

先决条件

  • Node.js 18.x 或更高版本
  • npm 或 yarn
  • Docker(用于容器化部署)

安装

  1. 克隆存储库:
git clone <repository-url> cd project-portfolio-guide
  1. 安装依赖项:
npm install
  1. 构建项目:
npm run build

用法

本地开发

启动开发服务器:

npm run dev

生产

启动生产服务器:

npm start

Docker

使用 Docker 构建并运行:

docker build -t project-portfolio-guide . docker run -p 3000:3000 project-portfolio-guide

API 端点

POST /消息

发送消息到服务器并接收对话的下一步。

请求正文:

{ "content": "user message" }

回复:

{ "content": "server response", "metadata": { "step": 1, "totalSteps": 15 } }

获取/健康

检查服务器健康状态。

回复:

{ "status": "healthy" }

部署至 Smithery

  1. https://smithery.ai创建 Smithery 帐户
  2. 安装 Smithery CLI:
npm install -g @smithery/cli
  1. 登录 Smithery:
smithery login
  1. 部署服务器:
smithery deploy

配置

可以使用环境变量来配置服务器:

  • PORT :服务器端口号(默认值:3000)
  • NODE_ENV :节点环境(默认值:生产)

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

模型上下文协议服务器通过引导对话流程帮助收集和构建项目组合信息。

  1. 特征
    1. 先决条件
      1. 安装
        1. 用法
          1. 本地开发
          2. 生产
          3. Docker
        2. API 端点
          1. POST /消息
          2. 获取/健康
        3. 部署至 Smithery
          1. 配置
            1. 执照

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.
                Last updated -
                TypeScript
              • -
                security
                F
                license
                -
                quality
                A Model Context Protocol server that enables interaction with Shortcut (formerly Clubhouse) project management tool, allowing users to view and search projects, stories, epics, and objectives, as well as create new items through natural language.
                Last updated -
                3
                Python
                • Apple
              • -
                security
                -
                license
                -
                quality
                A Model Context Protocol server implementation that enables AI assistants to interact with Linear project management systems, allowing them to create, retrieve, and modify data related to issues, projects, teams, and users.
                Last updated -
                20
                2
                TypeScript
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants to interact with Feishu project management systems, allowing retrieval of project views and work items.
                Last updated -
                4
                Python
                MIT License
                • Apple

              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/wonnyboi/ssafy_project_mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server