MCP.so
Sign In

abount

@abbracadabra

About abount

java_sse_mcp_demo

Basic information

Category

Other

Runtime

java

Transports

stdio

Publisher

abbracadabra

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is abount?

abount is a simple MCP (Model Context Protocol) server demo. It supports MCP protocol versions 2024-11-05 and 2025-03-26, and is intended for developers using Cursor or Claude Desktop.

How to use abount?

Open your MCP configuration file in Cursor or Claude Desktop, then add an HTTP URL pointing to the abount server endpoint (e.g., http://localhost:8001/mcp/gw/endpoint). The example config is provided in the README.

Key features of abount

  • Supports MCP protocol versions 2024-11-05 and 2025-03-26.
  • Supports multiple instances.
  • Simple HTTP-based MCP server demo.
  • Lightweight implementation for testing and learning.

Use cases of abount

  • Testing MCP server functionality locally.
  • Demonstrating MCP protocol integration with Cursor or Claude Desktop.
  • Learning how to set up a basic MCP server.

FAQ from abount

What MCP protocol versions does abount support?

abount supports both 2024-11-05 and 2025-03-26 versions of the MCP protocol.

Does abount support batch messages from the 2025-03-26 protocol?

No, batch messages are not yet supported in abount.

Does abount support authentication as defined in the MCP protocol?

No, the auth part of the protocol is not yet supported.

What runtime or dependencies does abount require?

The README does not specify runtime dependencies; it only requires an HTTP server endpoint to be configured.

How do I configure abount with Cursor or Claude Desktop?

Add the server’s HTTP URL to your MCP configuration file using the format shown in the README example.

Comments

More Other MCP servers