Back to Home
Etude-Labs icon

ruleforge-mcp-server

Verified Safe

by Etude-Labs

Overview

Exposes project rules and workflows as Model Context Protocol (MCP) resources for AI coding tools and IDEs.

Installation

Run Command
docker run -d --name ruleforge -v /path/to/config.yaml:/config/config.yaml:ro -v /path/to/rules:/rules:ro -p 8080:8080 ruleforge-mcp

Environment Variables

  • RULEFORGE_RULES_DIRECTORIES
  • RULEFORGE_LOGGING_LEVEL
  • RULEFORGE__HTTP__ENABLED
  • RULEFORGE__HTTP__URL

Security Notes

The server implements path traversal prevention, input validation, runs as a non-root user in Docker, and avoids logging PII or secrets. It explicitly defers HTTP authentication and authorization to upstream infrastructure (e.g., API gateway, service mesh) for production deployments, meaning it's designed to run securely behind another layer.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-02

Tags

MCPAIrules-engine.NET 9Docker