🍀 🤖 Spring Boot AI - Evaluation Testing
Spring Boot AI MCP server exists for a simple reason — assistants are far more useful when they can act on Spring Boot AI directly instead of describing what you should do. 🍀 🤖 Spring Boot AI - Evaluation Testing.
This project is indexed and certified by MCP Review
Once Spring Boot AI is connected, these are the calls the assistant has available:
spring-boot-starter — web or -webflux - to expose a REST API for the chat interfacespring-ai-starter-mcp-client — to use MCPspring-ai-starter-vector-store — pgvector and spring-ai-advisors-vector-store - to enable RAG with PGVectorspring-ai-starter-model-ollama — to use Ollama modelsspring-ai-starter-model-google — genai and spring-ai-starter-model-google-genai-embedding - to use Google Gemini modelsspring-ai-starter-model — bedrock and spring-ai-starter-model-bedrock-converse - to use AWS Bedrock modelsQuestionAnswerAdvisor — fetches context from a vector store and augments the user input (RAG)MessageChatMemoryAdvisor — adds conversation history to the user input (chat memory)SimpleLoggerAdvisor — logs the chat history to the console (for debugging)Components — The Components tool exposed by this serverYou will need 4 environment variables: CONVERSATION_ID, GOOGLE_API_KEY, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the AI and media services options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Spring Boot AI's toolset — spring-boot-starter, spring-ai-starter-mcp-client, spring-ai-starter-vector-store and 7 more — is a fair guide to whether it matches your workflow. It is maintained by rogervinas; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| spring-boot-starter | web or -webflux - to expose a REST API for the chat interface |
| spring-ai-starter-mcp-client | to use MCP |
| spring-ai-starter-vector-store | pgvector and spring-ai-advisors-vector-store - to enable RAG with PGVector |
| spring-ai-starter-model-ollama | to use Ollama models |
| spring-ai-starter-model-google | genai and spring-ai-starter-model-google-genai-embedding - to use Google Gemini models |
| spring-ai-starter-model | bedrock and spring-ai-starter-model-bedrock-converse - to use AWS Bedrock models |
| QuestionAnswerAdvisor | fetches context from a vector store and augments the user input (RAG) |
| MessageChatMemoryAdvisor | adds conversation history to the user input (chat memory) |
| SimpleLoggerAdvisor | logs the chat history to the console (for debugging) |
| Components | The Components tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| CONVERSATION_ID | Configuration value read at startup. | Optional |
| GOOGLE_API_KEY | Credential the server authenticates with. | Yes |
| AWS_ACCESS_KEY_ID | Credential the server authenticates with. | Yes |
| AWS_SECRET_ACCESS_KEY | Credential the server authenticates with. | Yes |
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Give your assistant a voice — text-to-speech, voice cloning and audio tools from the ElevenLabs API.
Give your assistant a real code sandbox — isolated cloud VMs for actually running the code it writes.
The ML hub in your context window — search models, datasets, papers and run Spaces from the official server.