Skip to main content
Glama

TerminusAI

MIT License
  • Linux
Dockerfile607 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine # Create app directory WORKDIR /app # Install app dependencies # A wildcard is used to ensure both package.json and package-lock.json are copied COPY package*.json ./ # Install dependencies (skip prepare script to avoid build issues, we'll explicitly run build step) RUN npm install --ignore-scripts # Copy app source code COPY . . # Build the application RUN npm run build # Expose port 8080 for SSE mode (if used) EXPOSE 8080 # Command to run the application CMD ["node", "build/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/Gorav22/TerminusAI'

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