Skip to main content
Glama

SEO AI Assistant

by ccnn2509
FROM node:18-alpine WORKDIR /app # Copy package.json and package-lock.json COPY package*.json ./ # Install dependencies RUN npm install --only=production # Copy application code COPY . . # Expose the port the app runs on EXPOSE 3000 # The command will be provided by smithery.yaml # This is just a default command for local testing CMD ["node", "src/mcp.js", "--mcp"]

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/ccnn2509/app-seo-ai'

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