Skip to content

[docs] integration guide for claude cli#337

Merged
artberger merged 11 commits intomainfrom
adb-claude-cli
Mar 26, 2026
Merged

[docs] integration guide for claude cli#337
artberger merged 11 commits intomainfrom
adb-claude-cli

Conversation

@artberger
Copy link
Copy Markdown
Collaborator

@artberger artberger commented Mar 25, 2026

  • adds Claude Code to the LLM client config integration section
  • adds Claude Code to the MCP client integration section
  • adds paths to a few MCP guides that were missing it
  • sentence-case titles for files

Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
@artberger artberger self-assigned this Mar 25, 2026
@artberger artberger added documentation Improvements or additions to documentation agentgateway labels Mar 25, 2026
Signed-off-by: Art Berger <art.berger@solo.io>
@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages bot commented Mar 25, 2026

Deploying agentproxy with  Cloudflare Pages  Cloudflare Pages

Latest commit: 03b978a
Status: ✅  Deploy successful!
Preview URL: https://be18f8f6.agentproxy.pages.dev
Branch Preview URL: https://adb-claude-cli.agentproxy.pages.dev

View logs

Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
{{% /tab %}}

{{% tab tabName="Fixed model" %}}
Pin the backend to a specific model. Make sure the model matches what Claude Code is configured to use.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make sure the model matches what Claude Code is configured to use.

What does this mean exactly? Like which model is supported?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So in Claude Code, you can pick a model to use. But if you pin a model in the backend to a different model than what CC tries to use, it won't work.

claude
```

Every request, including prompts, tool calls, and file reads, flows through agentgateway.
Copy link
Copy Markdown
Collaborator

@kristin-kronstain-brown kristin-kronstain-brown Mar 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Every request, including prompts, tool calls, and file reads, flows through agentgateway.
All requests, including prompts, tool calls, and file reads, flow through agentgateway.

It read a little weird with the singular and plural together.

claude
```

Every request, including prompts, tool calls, and file reads, flows through agentgateway.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Every request, including prompts, tool calls, and file reads, flows through agentgateway.
All requests, including prompts, tool calls, and file reads, flow through agentgateway.

}
```

2. Restart Cursor and verify that agentgateway tools appear in the MCP tools list.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tools plural - so it's more than one? Or just one URL?

path: claude-code-validate
---

{{< doc-test paths="claude-code-validate" >}}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this test in the right place? Seems like it's usually in the reused md.

path: claude-code-validate
---

{{< doc-test paths="claude-code-validate" >}}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

Signed-off-by: Art Berger <art.berger@solo.io>
Signed-off-by: Art Berger <art.berger@solo.io>
until we get an anthropic API key to use

Signed-off-by: Art Berger <art.berger@solo.io>
@artberger artberger merged commit 12b4544 into main Mar 26, 2026
5 checks passed
@artberger artberger deleted the adb-claude-cli branch March 26, 2026 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agentgateway documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants