Skip to main content
Glama

Abacate Pay MCP Server

by AbacatePay
Dockerfile319 B
FROM oven/bun:1-alpine # Set resource constraints ENV NODE_OPTIONS="--max-old-space-size=500" WORKDIR /app COPY package.json ./ RUN bun install COPY . . EXPOSE 3000 # Add resource limits via Docker run flags # Use --cpus=1.0 and --memory=500m when running the container CMD ["bun", "run", "src/http-server.ts"]

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/AbacatePay/abacatepay-mcp'

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