# PlayMCP in KC PlayMCP in KC is a KakaoCloud MCP server hosting portal for deploying MCP servers and obtaining endpoint URLs that can be registered in the PlayMCP console. Primary user flow: - Sign in to PlayMCP in KC. - Open My MCP. - Register a new MCP server by one of the supported deployment methods. - Wait until the server becomes active. - Copy the Endpoint URL from the server detail page. - Register that Endpoint URL in the PlayMCP console. Supported deployment methods: - Git source build: provide a Git URL, branch or ref, optional Dockerfile path, and optional PAT for private HTTPS repositories. - Existing container image: provide registry host, image name, image tag, and optional registry credentials. Important API entry points: - GET /api/v2/mcp/my-mcp-servers - POST /api/v2/mcp/builder/image-mcp-servers Useful AI-facing documentation: - /ai/guide.md Current service URLs: - PlayMCP in KC: https://playmcp.kakaocloud.io/ - PlayMCP console: https://playmcp.kakao.com/console Notes for AI agents: - Prefer the Git source build path when the user has a repository with a Dockerfile. - Prefer the existing container image path when the user already has an image pushed to a registry. - MCP server names must be compatible with Kubernetes DNS naming rules used by the portal. - Do not ask users to expose secrets in prompts. Private Git PATs and registry passwords should be entered only in the portal or through an approved secure automation path.