name: project-portfolio-guide
version: 1
description: A Model Context Protocol server for collecting project portfolio information through structured conversation
author: Wonnyboi
license: MIT
runtime:
type: node
version: 18.x
build:
command: npm install && npm run build
startCommand:
type: http
command: ["node", "dist/server.js"]
port: 3000
deploy:
type: http
port: 3000
endpoint: /mcp
config:
- name: PORT
type: number
default: 3000
description: Port number for the server
- name: NODE_ENV
type: string
default: production
description: Node environment
permissions:
- type: github
scopes:
- repo
- read:user
description: Required for accessing GitHub repository information
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