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
ater.dry.cli
A .NET-based development assistance tool that streamlines front-end and back-end service creation through code generation, LLM integration, and provides command-line, Web UI, and MCP server interfaces.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.
ai-control-framework
AI-powered development workflow management and prompt optimization, enforcing disciplined software development practices for AI coding agents.