etude-agent-rules-mcp
Verified Safeby Etude-Labs
Overview
An IDE-agnostic MCP server that exposes project rules and workflows as MCP resources, providing consistent development guidelines to AI coding tools.
Installation
dotnet run --project src/EtudeLabs.AgentRules.Host -- --config config.yamlEnvironment Variables
- AGENTRULES_RULES_DIRECTORIES
- AGENTRULES_LOGGING_LEVEL
- AGENTRULES_HTTP_ENABLED
- AGENTRULES_HTTP_URL
- AGENTRULES_RULES_DIRECTORIES__0
- AGENTRULES_TELEMETRY_ENABLED
Security Notes
The server adheres to a clean architecture and has explicit mitigations for common risks like path traversal. It runs as a non-root user in Docker. HTTP transport does not include built-in authentication or TLS, expecting these to be handled by upstream infrastructure (e.g., API gateway, ingress, load balancer). Configuration and rule files are recommended to be mounted as read-only.
Similar Servers
tmcp
Build Model Context Protocol (MCP) servers for AI agents to interact with external tools and data sources, enabling LLMs to access context and perform actions.
ater.dry.cli
An intelligent code assistance tool for quickly building front-end and back-end services based on Asp.Net Core and EF Core, offering command-line, Web UI, and MCP Server functionalities.
Perigon.CLI
An intelligent code assistance tool for building ASP.NET Core and EF Core services, providing code generation, Web UI, and an MCP server for agent mode in various editors.
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.