spring-mcp-stdio
Verified Safeby Habtamu-Dires
Overview
This server acts as a Model Context Protocol (MCP) tool provider for Spring AI, exposing Spring I/O conference session data.
Installation
java -jar target/spring-io-mcp-0.0.1.jarSecurity Notes
The application is minimal, loading static data from a local JSON file. It exposes a single read-only tool function via Spring AI's Model Context Protocol (MCP) over standard I/O. There are no dynamic code executions, external network calls for data, hardcoded secrets, or obvious vulnerabilities. It is considered very safe.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
polybrain-mcp
Connects AI agents to multiple LLM models, providing conversation history management and model switching capabilities.