Skip to main content
Glama

Loxo MCP Server

by tbensonwest
Dockerfile513 B
# Use an official Node.js runtime as a parent image FROM node:20-alpine # Set the working directory in the container WORKDIR /app # Copy package.json and package-lock.json (if available) # to install dependencies COPY package*.json ./ # Install dependencies RUN npm install # Copy the rest of the application code COPY . . # Build the TypeScript project RUN npm run build # The server communicates over stdio, so no port needs to be exposed. # 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/tbensonwest/loxo-mcp-server'

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