ruleforge-mcp-server
Verified Safeby Etude-Labs
Overview
Exposes project rules and workflows as Model Context Protocol (MCP) resources for AI coding tools and IDEs.
Installation
docker run -d --name ruleforge -v /path/to/config.yaml:/config/config.yaml:ro -v /path/to/rules:/rules:ro -p 8080:8080 ruleforge-mcpEnvironment 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
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
claude-prompts
This server provides a hot-reloadable prompt engine with chains, quality gates, and structured reasoning for AI assistants, enhancing control over Claude's behavior in prompt workflows.
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
responsible-vibe-mcp
Manages conversation state and guides LLM coding agents through structured software development workflows with long-term project memory and multi-agent collaboration.