Skip to main content
Glama

nf-core MCP Server

by wjlim
Dockerfile720 B
FROM node:20-slim WORKDIR /app # Install git RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* # Copy package files COPY package*.json ./ COPY tsconfig.json ./ # Install dependencies RUN npm install # Copy source code COPY src/ ./src/ # Build TypeScript RUN npm run build # Clone nf-core repositories WORKDIR /app/workspace RUN git clone https://github.com/nf-core/rnaseq.git && \ git clone https://github.com/nf-core/modules.git && \ git clone https://github.com/nf-core/sarek.git && \ git clone https://github.com/nf-core/tools.git WORKDIR /app # Set environment variables ENV NODE_ENV=production ENV WORKSPACE_DIR=/app/workspace # Start the server CMD ["npm", "start"]

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/wjlim/nf-core_mcp'

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