mcp-server-suivi-post

mcp-server-suivi-post

3.3

This project demonstrates how to build a Model Context Protocol (MCP) server using Spring AI.

The project is an example of building a Model Context Protocol (MCP) server using Spring AI, specifically version 1.0.0-M7, which is a milestone version. The final version is expected to be released in the coming weeks. The project requires Java 21, Spring Boot 3.4.x, Maven 3.x, and Docker or another container engine like Podman for building. The build process involves running Maven commands to install the project and then building a Docker image. This image can be used in MCP client applications such as Claude Desktop or VS Code 1.99+. Integration with Claude Desktop requires installing the MCP plugin and configuring the Claude Desktop configuration file to recognize the MCP server. Once set up, users can access available tools provided by the MCP server through the Claude Desktop interface.

Features

  • Built using Spring AI 1.0.0-M7
  • Requires Java 21 and Spring Boot 3.4.x
  • Docker image creation for deployment
  • Integration with Claude Desktop
  • MCP plugin support for client applications

Usage with Different Platforms

Claude Desktop


{
  "mcpServers": {
	"mcp-suivi-suivi-post": {
	    "command": "podman",
	    "args": ["run", "-i", "--rm", "scottin/mcp-suivi-suivi-post"]
        }
   }
}