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
                A
                license
                -
                quality
                A Model Context Protocol server providing comprehensive task management capabilities with support for project organization, task tracking, and automatic PRD parsing into actionable items.
                Last updated -
                22
                Python
                MIT License
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server providing AI assistants with comprehensive project, task, and subtask management capabilities with project-specific storage.
                Last updated -
                29
                53
                47
                TypeScript
                MIT License
                • Apple
                • Linux
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that provides tools for fetching and posting HTTP data, with built-in prompts for URL summarization and API analysis.
                Last updated -
                2
                TypeScript
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that implements a simple notes system, allowing users to create, list, and summarize text notes.
                Last updated -
                3
                0
                JavaScript

              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