Back to Home
Imaginationfinagler591 icon

mcp-hello-world

Verified Safe

by Imaginationfinagler591

Overview

A minimal MCP server in Kotlin demonstrating the Model Context Protocol by exposing a simple 'greet' tool to clients via standard I/O.

Installation

Run Command
java -jar build/libs/mcp-hello-world-server-1.0.0-all.jar

Security Notes

The server implements a simple 'greet' tool with no external dependencies or dangerous operations, processing input locally. Communication is via standard I/O, typically for local process interaction. No 'eval' or hardcoded secrets were found in the server's code. The client (HelloWorldClient.kt) uses ProcessBuilder to launch the server JAR provided as a command-line argument; if the client were configured to accept untrusted input for this path, it could lead to arbitrary code execution, but this risk is on the client side, not within the server's logic itself.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens10
Stars0
Forks0
Last Update2026-01-19

Tags

MCPKotlinServerSTDIOToolingSample