J

cloud-foundry-mcp

...
Created 1/18/2025bycpage-pivotal

Language:

Java

Stars:

3

Forks:

1

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]"
      }
    }
  }
}
Last updated: 2/28/2025

Publisher info

cpage-pivotal's avatar

Corby Page

Pivotal Software
United States
28
followers
2
following
61
repos

More MCP servers built with Java

MCP Orlen Wholesale Price

Model Context Protocol Servers for Orlen Wholesale Price.

By drnow4u
ExotelMCP

Exotel’s MCP Server empowers Agentic AI to make calls, send messages, and automate customer outreach without telephony complexity.

By exotel
keycloak-mcp-server

Keycloak identity and access management

By sshaaf