Skip to main content
Run any Skill in Manus
with one click
GitHub repository

mintmcp-claude-code

mintmcp-claude-code contains 3 collected skills from mintmcp, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
3
Stars
3
updated
2026-05-01
Forks
0
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

mint-middleware-builder
software-developers

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.

2026-05-01
mint-mcp-builder
software-developers

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.

2026-04-28
hosted-connector-deploy
software-developers

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.

2026-03-31