Skip to content

Connect Claude Code

Claude Code can use Kyno through its remote HTTP MCP support.

Run this from the project you want to deploy:

Terminal window
claude mcp add --transport http kyno https://console.kyno.work/mcp

Start 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:

Terminal window
claude mcp get kyno

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:

Terminal window
claude mcp add --transport http --scope project kyno https://console.kyno.work/mcp

Claude 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.