Skip to main content
Glama

Anki MCP Server

by nietus
Dockerfile543 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine # Create app directory WORKDIR /app # Install dependencies COPY package.json package-lock.json ./ RUN npm install --production --ignore-scripts && \ npm install typescript --no-save && \ npm install @types/node --no-save # Copy all files COPY . . # Build project RUN npm run build # Ensure binary is executable RUN chmod +x build/client.js # Expose no ports (stdio use) # Default command CMD ["node", "build/client.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/nietus/anki-mcp'

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