Skip to main content
Glama

Task Manager

Dockerfile308 B
FROM oven/bun:1 WORKDIR /app # Install dependencies and build with Bun COPY package.json tsconfig.json biome.json README.md LICENSE ./ COPY index.ts ./index.ts COPY src ./src RUN bun install && bun run build # Default command ENV MCP_TRANSPORT=http ENV PORT=3000 EXPOSE 3000 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/abyssbugg/task-manager'

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