java-sse-mcp-server-demo

abbracadabra/java-sse-mcp-server-demo

3.1

If you are the rightful owner of java-sse-mcp-server-demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A very simple MCP server demo.

This MCP server demo provides a basic implementation of a Model Context Protocol (MCP) server. It is designed to support specific dates and multiple instances, making it a flexible tool for developers looking to integrate MCP capabilities into their applications. However, it currently lacks support for batch messages and authentication as specified in the protocol. This demo serves as a foundational example for those interested in exploring MCP server functionalities.

Features

  • Supports specific dates: 2024-11-05 and 2025-03-26
  • Supports multiple instances
  • Does not support batch messages in 2025-03-26
  • Does not support the authentication part of the protocol

Usages

usage with cursor

{
  "mcpServers": {
    "ExampleServer": {
      "url": "http://localhost:8001/mcp/gw/endpoint"
    }
  }
}

usage with claude desktop

{
  "mcpServers": {
    "ExampleServer": {
      "url": "http://localhost:8001/mcp/gw/endpoint"
    }
  }
}