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