spawn
Verified Safeby teggr
Overview
A Spring Boot application for configuring, building, and deploying new AI applications and agents by managing AI models, MCP servers, and their configurations through a web-based UI.
Installation
No command providedSecurity Notes
The application is a Spring Boot web server running locally on port 8080, using an in-memory H2 database. Configurations are loaded from local CSV and JSON files, mitigating risks from external dynamic configuration. While it allows 'building and deploying' AI applications, the description suggests configuration management rather than arbitrary code execution from user input. Template processing uses placeholders, with password fields masked. As a local development tool, it appears reasonably secure, but production deployment would require standard security hardening.
Similar Servers
infobip-openapi-mcp
Exposes any OpenAPI documented HTTP API as a Model Context Protocol (MCP) server for AI agents, with support for mock mode and authentication.
spring-boot-ai
A Spring Boot application implementing a Model Context Protocol (MCP) server that provides a remote 'Booking Tool' for an AI agent.
MCP-Client-Host-Java
An MCP (Model Context Protocol) client that acts as a server to the MCP host, managing connections to various external MCP servers (tools) and orchestrating tool discovery and execution for AI assistants.
Mcp-server
An AI chatbot capable of answering user queries via a web API and a Telegram bot, leveraging predefined tools to retrieve employee information.