Skip to main content
Glama

Linear MCP Integration Server

by skspade
Dockerfile323 B
FROM node:23-alpine WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm install # Copy source code COPY . . # No need for the build step anymore when using direct TS execution # RUN npm run build # Run the TypeScript server directly CMD ["node", "--import", "tsx", "src/server.ts"]

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/skspade/mcp-linear-server'

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