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. 저장소를 복제합니다.

지엑스피1

  1. 종속성 설치:
npm install
  1. 프로젝트를 빌드하세요:
npm run build

용법

지역 개발

개발 서버를 시작합니다.

npm run dev

생산

프로덕션 서버를 시작합니다.

npm start

도커

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 } }

GET /건강

서버 상태를 확인하세요.

응답:

{ "status": "healthy" }

대장간으로의 배치

  1. https://smithery.ai 에서 Smithery 계정을 만드세요
  2. Smithery CLI를 설치하세요:
npm install -g @smithery/cli
  1. Smithery에 로그인하세요:
smithery login
  1. 서버 배포:
smithery deploy

구성

서버는 환경 변수를 사용하여 구성할 수 있습니다.

  • PORT : 서버 포트 번호 (기본값: 3000)
  • NODE_ENV : 노드 환경(기본값: 프로덕션)

특허

MIT

-
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. 도커
        2. API 엔드포인트
          1. POST /메시지
          2. GET /건강
        3. 대장간으로의 배치
          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