Skip to main content
Glama

app-store-connect-mcp-server

Dockerfile175 B
FROM node:slim WORKDIR /app COPY package*.json ./ RUN npm ci --only=production && npm cache clean --force COPY . . EXPOSE 3000 USER node CMD ["node", "/app/dist/src/index.js"]

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/JoshuaRileyDev/app-store-connect-mcp-server'

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