Skip to main content
Glama
brianirish

Laravel 12 Docs MCP Server

by brianirish
circles.md5.95 kB
# Forge - Accounts/Circles *Source: https://forge.laravel.com/docs/accounts/circles* --- - [Community](https://discord.com/invite/laravel) - [Blog](https://blog.laravel.com/forge) ##### Get Started - [Introduction](/docs/introduction) - [Forge CLI](/docs/cli) - [Forge SDK](/docs/sdk) ##### Accounts - [Your Account](/docs/accounts/your-account) - [Circles](/docs/accounts/circles) - [Source Control](/docs/accounts/source-control) - [SSH Keys](/docs/accounts/ssh) - [API](/docs/accounts/api) - [Tags](/docs/accounts/tags) - [Troubleshooting](/docs/accounts/cookbook) ##### Servers - [Server Providers](/docs/servers/providers) - [Server Types](/docs/servers/types) - [Management](/docs/servers/management) - [Root Access / Security](/docs/servers/provisioning-process) - [SSH Keys / Git Access](/docs/servers/ssh) - [PHP](/docs/servers/php) - [Packages](/docs/servers/packages) - [Recipes](/docs/servers/recipes) - [Load Balancing](/docs/servers/load-balancing) - [Nginx Templates](/docs/servers/nginx-templates) - [Database Backups](/docs/servers/backups) - [Monitoring](/docs/servers/monitoring) - [Cookbook](/docs/servers/cookbook) ##### Sites - [The Basics](/docs/sites/the-basics) - [Applications](/docs/sites/applications) - [Deployments](/docs/sites/deployments) - [Commands](/docs/sites/commands) - [Packages](/docs/sites/packages) - [Queues](/docs/sites/queues) - [Security Rules](/docs/sites/security-rules) - [Redirects](/docs/sites/redirects) - [SSL](/docs/sites/ssl) - [User Isolation](/docs/sites/user-isolation) - [Cookbook](/docs/sites/cookbook) ##### Resources - [Daemons](/docs/resources/daemons) - [Databases](/docs/resources/databases) - [Caches](/docs/resources/caches) - [Network](/docs/resources/network) - [Scheduler](/docs/resources/scheduler) - [Integrations](/docs/resources/integrations) - [Cookbook](/docs/resources/cookbook) ##### Integrations - [Envoyer](/docs/integrations/envoyer) - [Sentry](/docs/integrations/sentry) - [Aikido](/docs/integrations/aikido) ##### Other - [Abuse](/docs/abuse) On this page - [Overview](#overview) - [Creating Circles](#creating-circles) - [Managing Circles](#managing-circles) - [Editing Circles](#editing-circles) - [Managing Circle Members](#managing-circle-members) - [Permissions](#permissions) - [Deleting Circles](#deleting-circles) - [Accepting a Circle invite](#accepting-a-circle-invite) - [Leaving a Circle](#leaving-a-circle) Accounts # Circles Forge circles allow you to collaborate with team members that may manage servers and sites on your behalf. You can create as many circles as you would like and add as many team members as needed to each circle. ## [​](#overview) Overview Forge circles allow you to collaborate with team members that may manage servers and sites on your behalf. You can create as many circles as you would like and add as many team members as needed to each circle. Creating and managing Circles is only available on our “business” plan. ## [​](#creating-circles) Creating Circles You may create a circle via the [Forge circle dashboard](https://forge.laravel.com/circles). To create a circle, you only need to provide a name. ## [​](#managing-circles) Managing Circles Circles that you manage will be listed in the **Managed Circles** table. ### [​](#editing-circles) Editing Circles You can edit a circle by clicking the “edit” button next to the circle’s name. Editing a circle will allow you to: - Rename the circle - Select credentials to share with circle members - Select servers to share with circle members - Invite members to the circle - Manage circle members - View or delete open circle invites Shared credentials will allow servers to be created on your behalf. The servers will be created in **your** server provider’s account. ### [​](#managing-circle-members) Managing Circle Members To invite a new member to the circle, you need to provide their email address and at least one permission. If the email address provided doesn’t match an existing Forge account, the user will be invited to create an account. The invited user may accept the invite from the same email. #### [​](#permissions) Permissions You may limit a circle member’s access to servers and sites by selecting their permissions. Without any permissions, members will always be able to read server and site data but will be unable to make any changes. When selecting which permissions a member has, you may hover over the “i” icon to learn more about what that permission does. You may change a member’s permissions at any time by editing the circle member. API tokens generated by a circle member will also be restricted to the permissions they have been assigned when using the API to interact with circle servers. ### [​](#deleting-circles) Deleting Circles You can delete circles via the [Forge circle dashboard](https://forge.laravel.com/circles) by clicking the “delete” button next to the circle’s name. You will be asked to confirm the deletion before it is actually deleted. When deleting a circle, members will no longer be able to access shared servers or credentials. ## [​](#accepting-a-circle-invite) Accepting a Circle invite After being invited to a Circle, you will receive an email with a link that you may use to accept an invite. If you would like to see any pending Circle invitations you have, you may visit the [Circle dashboard](https://forge.laravel.com/circles) and see the invitations listed under “Pending invites”. ## [​](#leaving-a-circle) Leaving a Circle You can leave a Circle that you are a member of by visiting the [Circle dashboard](https://forge.laravel.com/circles) and clicking the “leave” button next to the Circle’s name. Was this page helpful? YesNo [Your Account](/docs/accounts/your-account)[Source Control](/docs/accounts/source-control) Assistant Responses are generated using AI and may contain mistakes.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianirish/laravel-docs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server