Author avatar

mcp-declarative-java-sdk-examples

by codeboyzhou

Server

Tags

4.8 (120)

= MCP Declarative Java SDK Examples

Built Using https://github.com/codeboyzhou/mcp-declarative-java-sdk[Annotation-driven MCP Java SDK] - No Spring Framework Required.

== What is MCP?

The https://modelcontextprotocol.io[Model Context Protocol (MCP)] lets you build servers that expose data and functionality to LLM applications in a secure, standardized way. Think of it like a web API, but specifically designed for LLM interactions. MCP servers can:

  • Expose data through Resources (think of these sort of like GET endpoints; they are used to load information into the LLM's context)
  • Provide functionality through Tools (sort of like POST endpoints; they are used to execute code or otherwise produce a side effect)
  • Define interaction patterns through Prompts (reusable templates for LLM interactions)
  • And more!

You can start exploring everything about MCP from https://modelcontextprotocol.io[here].

Related Services

playwright-mcp

Server

4.8 (120)
View Details →

blender-mcp

Server

4.8 (120)
View Details →

tavily-mcp

Server

4.8 (120)
View Details →