
Mcp Sse Demo 02
Experiment with a remote SSE-based Spring Boot MCP endpoint when learning how registry-published OCI servers connect to agents.
Overview
mcp-sse-demo-02 is an MCP server for the Build phase that demonstrates a Spring Boot SSE transport published via GHCR for registry learning.
What is this MCP server?
- Spring Boot MCP sample published to MCP Registry as OCI image ghcr.io/fengcl/mcp-sse-demo-02:0.1.5
- Server-Sent Events transport at configurable remote /mcp/sse URL instead of local stdio
- Placeholder catalog metadata (version 0.0.0) useful as a registry wiring template, not a production toolbelt
- Demonstrates GHCR distribution pattern for JVM-based MCP hosts
- Catalog version 0.0.0
- OCI identifier ghcr.io/fengcl/mcp-sse-demo-02:0.1.5
- Transport: SSE
What problem does it solve?
Builders copying only stdio MCP examples cannot see how a remote SSE Spring Boot server fits into Claude or Cursor configs.
Who is it for?
Developers prototyping MCP Registry plus OCI plus SSE integrations who need a known sample endpoint.
Skip if: Production workflows requiring stable SLAs, documented tools, or vetted security on a maintained domain.
What do I get? / Deliverables
After registering the demo SSE endpoint, you can validate remote MCP connectivity patterns before building your own hosted JVM server.
- Working reference for SSE MCP client configuration
- OCI pull path for local reproduction of the demo server
Recommended MCP Servers
Journey fit
Reference and demo MCP servers belong in build while you wire transport patterns before production secrets or user-facing features. Integrations subphase captures trying alternate MCP transports (SSE URL) alongside local stdio servers.
How it compares
Registry demo with SSE transport, not a full browser or secrets MCP product.
Common Questions / FAQ
Who is mcp-sse-demo-02 for?
Backend-oriented solo builders learning Spring Boot MCP hosting and SSE client configuration.
When should I use mcp-sse-demo-02?
Use it early in build integrations when you are testing remote MCP URLs and OCI-based registry entries.
How do I add mcp-sse-demo-02 to my agent?
Add an SSE MCP server entry pointing at the published http endpoint …/mcp/sse (per server.json), or run the ghcr.io/fengcl/mcp-sse-demo-02 image if you self-host.