Skip to main content
Glama

Project Portfolio Guide MCP Server

by wonnyboi

Project Portfolio Guide MCP Server

A Model Context Protocol server that helps collect and structure project portfolio information through a guided conversation flow.

Features

  • Step-by-step project information collection
  • GitHub repository integration
  • Structured data collection for project portfolios
  • RESTful API endpoints
  • Docker containerization support

Prerequisites

  • Node.js 18.x or higher
  • npm or yarn
  • Docker (for containerized deployment)

Installation

  1. Clone the repository:
git clone <repository-url> cd project-portfolio-guide
  1. Install dependencies:
npm install
  1. Build the project:
npm run build

Usage

Local Development

Start the development server:

npm run dev

Production

Start the production server:

npm start

Docker

Build and run with Docker:

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

API Endpoints

POST /message

Send a message to the server and receive the next step in the conversation.

Request body:

{ "content": "user message" }

Response:

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

GET /health

Check server health status.

Response:

{ "status": "healthy" }

Deployment to Smithery

  1. Create a Smithery account at https://smithery.ai
  2. Install the Smithery CLI:
npm install -g @smithery/cli
  1. Login to Smithery:
smithery login
  1. Deploy the server:
smithery deploy

Configuration

The server can be configured using environment variables:

  • PORT: Server port number (default: 3000)
  • NODE_ENV: Node environment (default: production)

License

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.

A Model Context Protocol server that helps collect and structure project portfolio information through a guided conversation flow.

  1. Features
    1. Prerequisites
      1. Installation
        1. Usage
          1. Local Development
          2. Production
          3. Docker
        2. API Endpoints
          1. POST /message
          2. GET /health
        3. Deployment to Smithery
          1. Configuration
            1. License

              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 -
                19
                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
                1
                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