ater.dry.cli
by AterDev
Overview
An intelligent code assistance tool and MCP server for building Asp.Net Core and EF Core front-end and back-end services, leveraging code generation and LLM technology.
Installation
ater studioSecurity Notes
The server includes multiple file upload endpoints (e.g., `SystemUser_UploadImg`, `Sample_ImportFromExcel`) which are common attack vectors if server-side validation and sanitization are not robustly implemented. The core functionality involves code generation, potentially with LLMs, which introduces risks of generating insecure code, prompt injection, or sensitive data leakage if LLM interactions are not carefully managed. These implementation details are not visible in the truncated source. The MCP server runs on localhost by default, reducing external attack surface, but could still be vulnerable to local exploits or misconfigurations.
Similar Servers
boost
Laravel Boost accelerates AI-assisted development by providing context and specialized tools for AI to generate high-quality, Laravel-specific code.
cclsp
MCP server to integrate LLM-based coding agents with Language Server Protocol (LSP) servers for robust symbol resolution and code navigation.
In-Memoria
Provides persistent intelligence infrastructure (semantic concepts, patterns, architecture) for AI agents to understand and interact with codebases.
Perigon.CLI
An intelligent code assistance tool that generates boilerplate code and business logic for ASP.NET Core and EF Core services, providing CLI, WebUI, and an MCP Server for editor integration.