Skip to main content
Glama

Pump Fun Data MCP Server

by jun85664396
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:lts-alpine WORKDIR /app # Copy package files and install dependencies COPY package*.json ./ # Install dependencies and ignore scripts, then build RUN npm install --ignore-scripts COPY . . RUN npm run build # Expose port if needed (MCP typically uses stdio, so no port exposed) CMD ["node", "dist/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/jun85664396/pump-fun-data-mcp'

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