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
solon-ai
Provides a client and server implementation for the Model Context Protocol (MCP), enabling AI models to interact with external tools, resources, and prompt templates through a standardized, asynchronous interface.
spring-boot-ai
Provides a remote booking tool via the Model Context Protocol (MCP) 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
A web-based Docker management platform for deploying, managing, and building custom AI tools (MCP servers) for integration with language models.