一键导入
mintmcp-claude-code
mintmcp-claude-code 收录了来自 mintmcp 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Co-build and deploy a custom MintMCP gateway middleware. Use when the user asks to "build/deploy a middleware", "filter/restrict/mask a tool", "block calls based on arguments/result", or otherwise add a guard rule on a Mint gateway. Walks the user through discovering the right tool inputs, drafting the middleware in QuickJS, testing it via test_gateway_middleware, and saving it via create_gateway_middleware.
Build a remote MCP server that wraps a third-party REST API and publish it as a linux/amd64 Docker image for the MintMCP hosted runtime. Use this when the user asks to "build an MCP server for X" and mentions MintMCP, or asks to "build and push to mintmcp on Docker Hub", or references hosting an MCP server on mintmcp.com. Covers the full pipeline: TypeScript + streamable HTTP (preferred) or stdio + structured I/O + multi-stage Docker build + correct-architecture push.
Deploy MCP servers as hosted connectors on MintMCP using Docker containers. Use when: (1) building a Dockerfile for an MCP server to deploy on MintMCP, (2) testing a container image locally with hosted-cli, (3) deploying or updating a hosted connector via hosted-cli build-and-deploy/deploy, (4) configuring per-user environment variables for hosted connectors, (5) adapting a stdio-only MCP server for hosted deployment. Trigger on: Dockerfile creation for MCP servers, hosted-cli commands, hosted connector deployment, per-user env setup, or questions about MintMCP hosting.