This Cloud Foundry MCP server, developed using Spring AI MCP, provides an LLM interface for interacting with Cloud Foundry foundations. It offers tools for managing applications, services, and resources within a Cloud Foundry environment through natural language commands. The implementation leverages the Cloud Foundry Java Client to execute operations, making it easier for AI models to perform complex Cloud Foundry tasks without deep knowledge of CF CLI commands or API endpoints. It's particularly useful for DevOps teams and developers who want to streamline Cloud Foundry management, enabling efficient application deployment, scaling, and monitoring through AI-assisted workflows.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
List all applications in a space.
Get detailed information about a specific application.
Clone an existing application.
Scale application instances, memory, or disk quota.
Start a stopped application.
Stop a running application.
Restart an application.
Delete an application.
List all organizations.
Get details about a specific organization.
List all spaces in an organization.
Get quota information for a space.
Create a new space.
Delete a space.
Rename an existing space.
List all service instances in a space.
Get details about a specific service instance.
List available service offerings.
Bind a service instance to an application.
Unbind a service instance from an application.
Delete a service instance.
List all routes in a space.
Create a new route.
Delete a specific route.
Delete all unmapped routes.
Map a route to an application.
Unmap a route from an application.
Create network policy between applications.
List all network policies.
Remove network policy between applications.