Back to Home
0pens0 icon

tanzu-mcp-server

Verified Safe

by 0pens0

Overview

Provides AI-powered access to Cloud Foundry operations through specialized tools, acting as a Model Context Protocol (MCP) server.

Installation

Run Command
./mvnw spring-boot:run -Dspring-boot.run.profiles=local

Environment Variables

  • CF_APIHOST
  • CF_USERNAME
  • CF_PASSWORD
  • CF_ORG
  • CF_SPACE
  • CF_BUILDPACK
  • CF_JAVA_VERSION

Security Notes

The server's source code adheres to good practices, utilizing Spring's externalized configuration for sensitive credentials (environment variables or VCAP services), preventing hardcoded secrets in committed files. Interactions with Cloud Foundry are performed through the official Java client library, which is generally secure. The placeholder generation for application cloning involves creating temporary files and writing minimal, buildpack-specific code, but this is programmatically controlled and not exposed to arbitrary user input for command execution. No direct 'eval' or similar dangerous patterns were found. Proper secure deployment (e.g., using HTTPS, managing CF roles) is assumed for maximum security.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens200
Stars2
Forks1
Last Update2025-12-07

Tags

Cloud FoundryMCP ServerSpring AIJavaAI-powered operations