Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Apifox MCP Server
Claim
Official
by
apifox
npm
GitHub
Developer Tools
Browser Automation
832
1
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
apifox-mcp-server
dist
Dockerfile
package.json
README.md
smithery.yaml
FROM node:18-alpine WORKDIR /app # Copy package files COPY package*.json ./ # Copy application code COPY . . # Install dependencies RUN npm install # Command will be provided by smithery.yaml CMD ["node", "dist/index.js"]