Back to Home
stephan-chiorean icon

bluekit-mcp-server

Verified Safe

by stephan-chiorean

Overview

The BlueKit MCP server provides tools for AI-assisted development, enabling the creation and management of code generation kits, structured blueprints, expert agents, system diagrams, and project walkthroughs, along with project initialization and git clone management.

Installation

Run Command
node dist/main.js

Environment Variables

  • ENABLE_MERMAID_MCP_VALIDATION
  • MERMAID_VALIDATOR_TIMEOUT

Security Notes

The server uses `execSync` for git operations (`git clone`, `git checkout`) in `CloneTools.ts` and spawns external processes via `npx` for Mermaid validation in `MermaidValidatorClient.ts`. While `gitUrl`s are derived from local repositories during registration, rather than direct user input, and `npx` targets a specific known package, these interactions with external processes and fetching external code (git repos) introduce inherent supply-chain and execution risks. File system operations are extensive but generally confined to the project or user home directory, with path normalization applied to mitigate directory traversal. No obvious `eval` or direct arbitrary user command injection vulnerabilities were found, nor hardcoded sensitive secrets.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens750
Stars0
Forks0
Last Update2025-12-24

Tags

AI-assisted developmentcode generationartifact managementblueprintskitsagentsdiagramsproject managementgit clonesLLM orchestration