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
- Clone the repository:
git clone <repository-url>
cd project-portfolio-guide
- Install dependencies:
npm install
- 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
- Create a Smithery account at https://smithery.ai
- Install the Smithery CLI:
npm install -g @smithery/cli
- Login to Smithery:
smithery login
- 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
Project Portfolio Guide
Project Details
- wonnyboi/ssafy_project_mcp
- Last Updated: 5/13/2025
Recomended MCP Servers
Node.js MCP server using LLMs (Gemini/OpenRouter) for AI-assisted task planning, breakdown, and code review. Designed for Cursor integration.
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+...
mcp server to generate image via replicate flux schnell
一个简单的获取微博热搜的MCP服务
Browser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Allows AI Agents to interact with the Twilio SendGrid v3 API, managing contact lists, templates, single sends, and...
AnalyticDB for MySQL MCP Server
MCP server for GNU Radio
Verodat MCP Server Implementation
MCP Server for SearXNG





