MCP ExplorerExplorer

Cloud Foundry Mcp

@cpage-pivotalon a year ago
3 MIT
FreeCommunity
AI Systems
Cloud Foundry MCP Server

Overview

What is Cloud Foundry Mcp

Cloud Foundry MCP is a server that provides a Large Language Model (LLM) interface for interacting with your Cloud Foundry foundation, built using the Spring AI MCP project.

Use cases

Use cases include automating deployment processes, managing application lifecycles, and enhancing cloud-native application development with AI capabilities.

How to use

To use Cloud Foundry MCP, you need to build the server using the command ‘./mvnw clean package’. After building, configure the server with your MCP Client by supplying the necessary parameters in the configuration file, such as API host, username, password, organization, and space.

Key features

Key features include an LLM interface for seamless interaction with Cloud Foundry, customizable server configurations, and support for logging and transport options.

Where to use

Cloud Foundry MCP can be used in cloud application development, DevOps environments, and any scenario where integration with Cloud Foundry is required for deploying and managing applications.

Content

Cloud Foundry MCP Server

This MCP Server provides an LLM interface for interacting with your Cloud Foundry foundation. It was built with the Spring AI MCP project.

Sample

Building the Server

./mvnw clean package

Configuration

You will need to supply a configuration for the server for your MCP Client. Here’s what the configuration looks like for claude_desktop_config.json:

{
  "mcpServers": {
    "cloud-foundry": {
      "command": "java",
      "args": [
        "-Dspring.ai.mcp.server.transport=stdio", "-Dlogging.file.name=cloud-foundry-mcp.log", "-jar" ,
        "/path/to/cloud-foundry-mcp/target/cloud-foundry-mcp-0.0.1-SNAPSHOT.jar",
        "--server.port=8040"
      ],
      "env": {
        "CF_APIHOST": "[Your CF API Endpoint e.g. api.sys.mycf.com]",
        "CF_USERNAME": "[Your CF User]",
        "CF_PASSWORD": "[Your CF Password]",
        "CF_ORG": "[Your Org]",
        "CF_SPACE": "[Your Space]"
      }
    }
  }
}

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers