mcp-server-suivi-post
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"]
}
}
}
Related MCP Servers
View all developer_tools servers →Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by ensuring they use the latest information.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packs your codebase into AI-friendly formats, making it easier to use with AI tools like LLMs.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.