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 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 /health

サーバーの健全性状態を確認します。

応答:

{ "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 : ノード環境(デフォルト: 本番)

ライセンス

マサチューセッツ工科大学

-
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 /health
        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