Skip to main content
Glama

AverbePorto-MCP

by GHSix
docker-compose.yaml389 B
version: "2" services: mcp-server: image: "node:latest" user: "node" working_dir: /home/node/app environment: - NODE_ENV=development volumes: - ./:/home/node/app stdin_open: true # Keep stdin open tty: true # Allocate a pseudo-TTY command: > bash -c " npm install && npm run build && npm run start "

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/GHSix/AverbePorto-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server