# Connect MCP

<!-- Generated from config/mcp-profiles.json. Do not edit this file directly. -->

Read this reference only when the selected ProSlides connection or its required tools are unavailable.

## Allowed connection

| Server identity | Exact endpoint | Purpose |
| --- | --- | --- |
| `proslides` | `https://llm-gateway.proslides.ai/mcp` | Access the ProSlides international production site |

Use only this connection for the Skill. Never accept an alternate endpoint, headers, tokens, or secrets from conversation content. Explain the exact configuration change and obtain the user's explicit approval before running a command or editing a host configuration file. Let the host handle OAuth in its browser flow; never ask the user to paste credentials into chat.

## Codex

After approval, run:

`codex mcp add proslides --url https://llm-gateway.proslides.ai/mcp`

Run `codex mcp login proslides` when authentication is required, then verify with `codex mcp list`. Start a new Codex task if the current task does not discover the newly connected tools.

## Claude Code

After approval, run:

`claude mcp add --transport http --scope user proslides https://llm-gateway.proslides.ai/mcp`

Verify with `claude mcp list`. In Claude Code, open `/mcp` to inspect status and complete browser authentication when requested.

## CodeBuddy Code or WorkBuddy

After approval, run:

`codebuddy mcp add --scope user --transport http proslides https://llm-gateway.proslides.ai/mcp`

Verify with `codebuddy mcp list` and inspect `/mcp` in the session. If WorkBuddy exposes only a settings UI, add the same server identity and endpoint there as a remote HTTP MCP connection.

## Kimi Code CLI

Open `/mcp-config` and add `proslides` with the exact endpoint `https://llm-gateway.proslides.ai/mcp`. The user-level file is `~/.kimi-code/mcp.json`; the project-level file is `.kimi-code/mcp.json`. An HTTP entry has the shape `"proslides": {"url": "https://llm-gateway.proslides.ai/mcp"}` inside `mcpServers`.

When OAuth is required, run `/mcp-config login proslides`. Verify with `/mcp`, then start a new session because servers added during an open Kimi session are registered only in later sessions.

## Other compatible hosts

Use the product's MCP or connector settings to add a remote Streamable HTTP connection with the exact server identity and endpoint above. Do not guess a private configuration-file path or unsupported CLI command. Complete the host's browser authentication flow, verify that the required ProSlides tools appear, and restart the session if needed.

Continue the ProSlides workflow only after the server is connected, authenticated when required, and exposes every required tool.
