MCP.so
ログイン

MCP Service Broker

@dbbaskette

MCP Service Broker について

Spring Cloud OSB Implementation of an Open Service Broker for MCP Servers

基本情報

カテゴリ

その他

ランタイム

java

トランスポート

stdio

公開者

dbbaskette

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは 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).

コメント

「その他」の他のコンテンツ