Prerequisites
Before you can configure and use Claude Code with Embedded Cloud, you must first connect a data source to your Connect AI account. See Sources for more information. OAuth JWT bearer token を生成します。PAT をコピーし、認証時にパスワードとして使用します。Connect Claude Code to the Connect AI MCP
Once the installation is done, try running:
npm list -g @anthropic-ai/claude-code in your terminal to confirm the installation. You should see something like this:In the terminal of your project, run the following command. Note that Embedded Cloud customers should use an authorization header of This creates a JSON file with your MCP Server.
Bearer {Your_OAuth_JWT_Token}.
