Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Plausible MCP Server
by
AVIMBU
Verified
GitHub
Monitoring
Search
TypeScript
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
plausible-mcp-server
docs
src
Dockerfile
.gitignore
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
FROM node:23-alpine WORKDIR /app COPY . ./ # Install dependencies RUN npm install # Build the application RUN npm run build # Command will be provided by smithery.yaml CMD ["node", "dist/index.js"]