# Use Node.js 16 as the base image
FROM node:16
# Set workdir
WORKDIR /app
# Global install of @antv/mcp-server-chart
RUN npm install -g @antv/mcp-server-chart
# Start the server (using streamable for transmission)
CMD ["mcp-server-chart", "--transport", "streamable", "--port", "1122"]
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/antvis/mcp-server-chart'
If you have feedback or need assistance with the MCP directory API, please join our Discord server