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).
「その他」の他のコンテンツ
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント