Connect Claude Code
Claude Code can use Kyno through its remote HTTP MCP support.
Add Kyno
Section titled “Add Kyno”Run this from the project you want to deploy:
claude mcp add --transport http kyno https://console.kyno.work/mcpStart Claude Code, enter /mcp, select Kyno, and follow the browser sign-in
flow. Continue with Google or an email magic link.
Check the saved connection:
claude mcp get kynoDeploy your first app
Section titled “Deploy your first app”Ask Claude Code:
Inspect this project, prepare it for Kyno, deploy it, and share it with person@example.com. Do not upload any .env file. Use variables for non-sensitive settings and secrets for credentials.
Claude Code should inspect the project, add a root Dockerfile if needed, and use Kyno’s MCP tools to deploy it.
Important: Kyno runs one Dockerfile’s final image. A monorepo is not deployed as several services automatically.
Share the MCP configuration with a repository
Section titled “Share the MCP configuration with a repository”To create a project-scoped .mcp.json that teammates can commit:
claude mcp add --transport http --scope project kyno https://console.kyno.work/mcpClaude Code asks each teammate to approve project-scoped servers and complete their own sign-in. Do not put access tokens or secret values in .mcp.json.