buerokratt-mcp
Verified Safeby IgorKrupenja
Overview
Provides an MCP (Model Context Protocol) server for sharing AI coding assistant rules specific to Bürokratt modules across various IDEs.
Installation
docker-compose up -dEnvironment Variables
- MCP_PORT
- GITHUB_TOKEN
Security Notes
The server's authentication is explicitly marked as 'Planned' for OAuth2, relying on a session ID in headers for current session management which is less robust. A hardcoded default testing key ('voorshpellhappilo') for the 'x-ruuter-testing' header in the Service Module is a notable security vulnerability if not changed. An example SQL command in documentation includes a hardcoded password which is poor practice. The `sync-upstream.sh` script is powerful, executing git commands requiring `all` permissions, and should be used with caution. Rule files are read-only in the Docker setup, which is good for integrity. No obvious 'eval' or direct command injection vulnerabilities were found in the provided TypeScript source code processing user input.
Similar Servers
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-server-python-template
This server acts as a template for building Model Context Protocol (MCP) servers in Python, specifically demonstrating how to expose weather-related tools (get_alerts, get_forecast) by integrating with an external API (National Weather Service) to provide context and actions for AI models.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.