MCP Service Broker
@dbbaskette
关于 MCP Service Broker
Spring Cloud OSB Implementation of an Open Service Broker for MCP Servers
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Service Broker?
A Spring Cloud Open Service Broker that registers and binds Model Context Protocol (MCP) servers. It supports Cloud Foundry, local, and Kubernetes profiles for managing MCP server lifecycle.
How to use MCP Service Broker?
Run locally with ./mvnw spring-boot:run -Dspring-boot.run.profiles=local. For Cloud Foundry, bind a Postgres service and push with the cloudfoundry profile. Use the REST API (GET /api/mcp-servers, POST /api/mcp-servers, DELETE /api/mcp-servers/{instanceId}) or the React UI in frontend/.
Key features of MCP Service Broker
- Register MCP servers via Cloud Foundry Service Broker API or REST API
- Bind MCP servers to apps with credentials at bind time
- Profile-based persistence: in‑memory (local/Kubernetes) or Postgres (Cloud Foundry)
- React UI for catalog and registration
- Spring Boot Actuator endpoints for health and info
Use cases of MCP Service Broker
- Register an MCP server for use by a Cloud Foundry application
- Manage MCP server registrations via a graphical REST API or React UI
- Bind MCP servers to apps in local development or Kubernetes environments
- Monitor MCP server health using Actuator endpoints
FAQ from MCP Service Broker
What profiles are available?
Three profiles: local (in‑memory), cloudfoundry (Postgres via JPA), and kubernetes (in‑memory).
How do I run the server locally?
Run ./mvnw spring-boot:run -Dspring-boot.run.profiles=local from the project root.
How is data persisted?
Data is stored in‑memory for local and Kubernetes profiles, and in a Postgres database for the Cloud Foundry profile (auto‑configured from VCAP_SERVICES).
What endpoints are exposed?
REST API endpoints under /api/mcp-servers and Actuator endpoints /actuator/health and /actuator/info are enabled by default.
Is there a user interface?
Yes, a React UI is provided in the frontend/ directory (see its own README for setup).
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

EverArt
modelcontextprotocolModel Context Protocol Servers
评论