Skip to main content
Glama

Project Portfolio Guide MCP Server

by wonnyboi

Projektportfolio-Leitfaden MCP Server

Ein Model Context Protocol-Server, der durch einen geführten Konversationsfluss beim Sammeln und Strukturieren von Projektportfolioinformationen hilft.

Merkmale

  • Schrittweise Erfassung von Projektinformationen
  • GitHub-Repository-Integration
  • Strukturierte Datenerhebung für Projektportfolios
  • RESTful-API-Endpunkte
  • Unterstützung für Docker-Containerisierung

Voraussetzungen

  • Node.js 18.x oder höher
  • npm oder yarn
  • Docker (für containerisierte Bereitstellung)

Installation

  1. Klonen Sie das Repository:
git clone <repository-url> cd project-portfolio-guide
  1. Installieren Sie Abhängigkeiten:
npm install
  1. Erstellen Sie das Projekt:
npm run build

Verwendung

Lokale Entwicklung

Starten Sie den Entwicklungsserver:

npm run dev

Produktion

Starten Sie den Produktionsserver:

npm start

Docker

Erstellen und Ausführen mit Docker:

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

API-Endpunkte

POST /Nachricht

Senden Sie eine Nachricht an den Server und erhalten Sie den nächsten Schritt im Gespräch.

Anforderungstext:

{ "content": "user message" }

Antwort:

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

GET /health

Überprüfen Sie den Integritätsstatus des Servers.

Antwort:

{ "status": "healthy" }

Einsatz in der Schmiede

  1. Erstellen Sie ein Smithery-Konto unter https://smithery.ai
  2. Installieren Sie die Smithery CLI:
npm install -g @smithery/cli
  1. Bei Smithery anmelden:
smithery login
  1. Stellen Sie den Server bereit:
smithery deploy

Konfiguration

Der Server kann mithilfe von Umgebungsvariablen konfiguriert werden:

  • PORT : Server-Portnummer (Standard: 3000)
  • NODE_ENV : Knotenumgebung (Standard: Produktion)

Lizenz

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.

Ein Model Context Protocol-Server, der durch einen geführten Konversationsfluss beim Sammeln und Strukturieren von Projektportfolioinformationen hilft.

  1. Merkmale
    1. Voraussetzungen
      1. Installation
        1. Verwendung
          1. Lokale Entwicklung
          2. Produktion
          3. Docker
        2. API-Endpunkte
          1. POST /Nachricht
          2. GET /health
        3. Einsatz in der Schmiede
          1. Konfiguration
            1. Lizenz

              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