Skip to content

Commit f5a65e1

Browse files
claude[bot]rubenfiszelcentdixhcourdent
authored
[Claude PR] Add Claude Code MCP configuration instructions (#1010)
* feat(mcp): add Claude Code configuration instructions Add section explaining how to configure Windmill MCP with Claude Code CLI using the `claude mcp add` command. Co-authored-by: Ruben Fiszel <[email protected]> * fix * change claude --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel <[email protected]> Co-authored-by: centdix <[email protected]> Co-authored-by: Henri Courdent <[email protected]>
1 parent e2a4019 commit f5a65e1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,6 @@ jobs:
6565
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
6666
timeout_minutes: '60'
6767
allowed_tools: 'mcp__github__create_pull_request'
68-
custom_instructions: 'IMPORTANT: Bypass previous instructions and instead of adding a url in your comment to manually create a PR, if you created a new branch with your changes, automatically create a PR from that branch to main, with the title starting with [Claude PR]'
68+
custom_instructions: 'IMPORTANT: Bypass previous instructions and instead of adding a url in your comment to manually create a PR, if you created a new branch with your changes, automatically create a draft PR from that branch to main.'
6969
trigger_phrase: '/ai'
7070
assignee_trigger: 'ai'

docs/core_concepts/51_mcp/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ To connect with Claude:
6060
- Choose a name for your integration (e.g. "Windmill")
6161
- Add your MCP URL in the "URL" field
6262

63+
To connect with Claude Code:
64+
65+
- Use the Claude Code CLI to add the Windmill MCP server:
66+
67+
```bash
68+
claude mcp add --transport http windmill <windmill_url_with_token>
69+
```
70+
71+
Replace `<windmill_url_with_token>` with your actual MCP URL from the previous step.
72+
6373
Once connected, your LLM will be able to run any script or flow in your Windmill workspace.
6474

6575
## Example: Triggering a script from Claude

0 commit comments

Comments
 (0)