Skip to main content
Glama

SOLx402 MCP Server

MIT License
3
Dockerfile273 B
FROM node:lts-alpine WORKDIR /app RUN corepack enable && corepack prepare pnpm@latest --activate ENV HOST=0.0.0.0 ENV PORT=8001 COPY package*.json ./ COPY tsconfig.json ./ RUN pnpm install --ignore-scripts COPY . . RUN pnpm run build 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/leandrogavidia/solx402-mcp-server'

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