Skip to main content
Glama

Moralis MCP Server

Official
by MoralisWeb3
Dockerfile676 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config # Builder stage FROM node:lts-alpine AS builder WORKDIR /app # Install dependencies without running prepare scripts COPY package.json package-lock.json ./ RUN npm install --ignore-scripts # Copy source and build COPY . . RUN npm run build # Runtime stage FROM node:lts-alpine WORKDIR /app # Copy built artifacts and install production dependencies COPY --from=builder /app/dist ./dist COPY package.json package-lock.json ./ RUN npm install --production --ignore-scripts # Default environment ENV NODE_ENV=production # Default execution command ENTRYPOINT ["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/MoralisWeb3/moralis-mcp-server'

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