Back to Home
thought2code icon

mcp-annotated-java-sdk

Verified Safe

by thought2code

Overview

Annotation-driven framework for building Model Context Protocol (MCP) servers in Java, simplifying the definition and integration of resources, prompts, and tools for LLM applications.

Installation

Run Command
mvn clean package && java -jar target/your-app.jar

Security Notes

The SDK primarily focuses on facilitating server development and does not inherently expose critical security flaws. Configuration loading from YAML (classpath) and basic type conversions for method parameters (client input) are handled. The use of Reflection for component discovery is standard for this type of framework. The Jetty HTTP server for SSE/Streamable mode requires proper network security considerations (firewalls, access control) when deployed. The 'disallow-delete: true' setting in the default streamable configuration is a good security practice.

Similar Servers

Stats

Interest Score40
Security Score8
Cost ClassLow
Stars23
Forks8
Last Update2026-01-19

Tags

JavaMCP ServerLLM IntegrationAnnotation-drivenSDK