FROM node:20-alpine
WORKDIR /app
# Copy pre-built Smithery shttp bundle (it's already bundled with all dependencies)
COPY .smithery/shttp/index.cjs ./index.cjs
# Expose port for streamable HTTP
EXPOSE 3000
# Run the shttp server
CMD ["node", "index.cjs"]
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/keithah/seam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server