Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ Once Laravel Boost has been installed, you're ready to start coding with Cursor,
2. Open a shell in the project's directory
3. Run `claude mcp add -s local -t stdio laravel-boost php artisan boost:mcp`

#### Codex

1. Codex support is typically enabled automatically, but if you find it isn't
2. Open a shell in the project's directory
3. Run `codex mcp add -- php artisan boost:mcp`

#### Gemini

1. Gemini support is typically enabled automatically, but if you find it isn't
2. Open a shell in the project's directory
3. Run `gemini mcp add -s project -t stdio laravel-boost php artisan boost:mcp`

## Available MCP Tools

| Name | Notes |
Expand Down