Skip to main content
Glama

Ensembl MCP Server

Dockerfile.bun362 B
# Bun-optimized Dockerfile FROM oven/bun:1-alpine WORKDIR /app # Copy package files COPY package.json bun.lock* ./ # Install dependencies with Bun RUN bun install --production # Copy source code COPY . . # Build with Bun (much faster than esbuild) RUN bun build index.ts --outdir=dist --target=node # Start the server with Bun CMD ["bun", "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/effieklimi/ensembl-mcp-server'

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