simple-mcp-server
@marcelloraffaele
simple-mcp-server について
Java Spring Boot simple MCP server implementation
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"simple-mcp-server-marcelloraffaele": {
"command": "docker",
"args": [
"build",
"-t",
"simplemcpserver:1.0",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is simple-mcp-server?
simple-mcp-server is a Java Spring Boot implementation of an MCP (Model Context Protocol) server. It provides two core services: GreetingsService for generating personalized greeting messages and NumberService for numerical operations such as arithmetic calculations or random number generation.
How to use simple-mcp-server?
Configure the MCP client (e.g., Claude Desktop) with the provided JSON snippet for either Docker or local Java execution. For Docker, use the image ghcr.io/marcelloraffaele/simple-mcp-server:main. For local runs, build with Maven and run the jar with the system property -Dspring.ai.mcp.server.stdio=true.
Key features of simple-mcp-server
- Generates personalized greeting messages via GreetingsService
- Performs arithmetic calculations via NumberService
- Generates random numbers via NumberService
- Runs as a Docker container or Java command-line application
- Built with Spring Boot and MCP protocol support
Use cases of simple-mcp-server
- Provide dynamic, user-specific greetings in an AI assistant workflow
- Perform simple numerical operations (add, subtract, random) through MCP tools
- Serve as a reference implementation for Java Spring Boot MCP servers
FAQ from simple-mcp-server
—
—
—
—
—
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
コメント