Rule-MCP-Server
Verified Safeby AkitoSakurabaCreator
Overview
A Model Context Protocol (MCP) server that enables AI agents to retrieve and apply common coding rules across projects and validate code.
Installation
docker compose -f docker-compose.prod.yml up -dEnvironment Variables
- PORT
- HOST
- ENVIRONMENT
- LOG_LEVEL
- DB_HOST
- DB_PORT
- DB_NAME
- DB_USER
- DB_PASSWORD
- JWT_SECRET
- ALLOWED_ORIGINS
- RULE_SERVER_URL
- MCP_API_KEY
- AUTH_REQUIRE_HTTPS
Security Notes
The project demonstrates good security practices with configurable CORS, API key and session authentication, RBAC, rate limiting, and password policy enforcement. It explicitly calls for generating a strong `JWT_SECRET` for production and warns to change the default `admin`/`admin123` credentials immediately after the first login. Development Docker Compose uses a hardcoded PostgreSQL password, which is acceptable for dev but not production. HTTPS is recommended for production. Audit logging is in place.
Similar Servers
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
mcp-ai-agent-guidelines
A comprehensive framework for building, orchestrating, and validating AI agents and their design processes, with a strong focus on code quality, security, and prompt engineering.
tenets
Serves as a Model Context Protocol (MCP) server for AI coding assistants, automatically finding, ranking, and aggregating relevant codebase files for AI prompts, and providing code intelligence tools.