Perigon.CLI
Verified Safeby AterDev
Overview
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.
Installation
dotnet tool install --global ater.dry.cli && ater studioEnvironment Variables
- ASPNETCORE_ENVIRONMENT
Security Notes
The project involves code generation and LLM technology, which can introduce risks if generated code is not properly validated or if LLM outputs are not sanitized. It hosts a WebUI and an MCP server on localhost, opening potential attack vectors if local access or authentication mechanisms are compromised. No obvious hardcoded secrets were found in the truncated code, but a full audit would be required for comprehensive assessment.
Similar Servers
cclsp
MCP server to integrate LLM-based coding agents with Language Server Protocol (LSP) servers for robust symbol resolution and code navigation.
ater.dry.cli
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.
fsi-mcp-server
Provides Model Context Protocol (MCP) capabilities to F# Interactive sessions for AI-assisted development workflows.
athena-protocol
This server acts as an AI tech lead, providing expert validation, impact analysis, and strategic guidance to AI coding agents before code changes are made.