mcp-server

bAytekin5/mcp-server
★ 1 stars Java AI/LLM Updated today
Model Context Protocol (MCP) server on Java 21: virtual threads, blocking I/O, STDIO
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "bAytekin5/mcp-server"
      ]
    }
  }
}

README Excerpt

A small but real **Model Context Protocol (MCP)** server, written in **Java 21**, that exposes financial tools an AI agent can call. It is built to demonstrate one idea end to end: > **Modern Java concurrency (virtual threads) lets you write simple, blocking code that still > scales.** No reactive/async complexity — just plain code that happens to be fast.

Tools (2)

convert_currencysummary_portfolio

Topics

javamcpmcp-servervirtual-threads