McpServer-Client
Verified Safeby InduGolluri
Overview
Develops an AI agent to manage a mock email inbox using Spring AI tools and a local Ollama large language model.
Installation
cd demoServer/demoServer && mvn spring-boot:runSecurity Notes
The demoServer uses an in-memory mock email service, which prevents real-world email account compromise. The springbootcilent connects to a local Ollama instance, minimizing network exposure. No 'eval' or dynamic code execution found. The primary risk would be potential unintended actions on the *mock* data if the AI agent misinterprets commands, but this is confined to the demo environment. No hardcoded sensitive credentials are present in the provided code.
Similar Servers
hello-spring-mcp-server
This server provides a set of tools for AI agents to query employee skills and retrieve employees based on specific skills from an in-memory dataset.
springboot-mcp-server
An AI-powered Spring Boot server for student management, demonstrating tool-use capabilities with an external large language model.
SpringAIAlibaba
This repository provides a collection of Spring AI examples demonstrating various integrations with Alibaba Cloud's DashScope platform, covering chat, streaming, prompt engineering, structured output, memory, text-to-image, text-to-speech, embeddings, RAG, and tool calling.
ai-agent-mcp-server
This project implements an MCP (Model Context Protocol) server and client using AMQP (RabbitMQ) for communication, enabling an LLM-powered agent to interact with internal tools and data resources.