Back to Home

BoostHub

Verified Safe

by Anderson-SG

Overview

An MCP (Model Context Protocol) server designed to boost developer productivity by offering AI-driven code review prompts, code rule generation, and utility tools for integration with clients like Cursor.

Installation

Run Command
npx boosthub

Environment Variables

  • PORT
  • KANBANIZE_API_URL
  • KANBANIZE_API_KEY
  • MCP_API_KEY
  • LOG_LEVEL
  • NODE_ENV

Security Notes

The server implements API key authentication via `Authorization: Bearer` or `X-API-Key` headers. The `MCP_API_KEY` environment variable is explicitly enforced as mandatory in 'production' environments, which is a strong security practice. In 'development' mode, authentication is optional, which could be a minor risk if accidentally deployed without a key in production. No 'eval' or direct obfuscation found. Sensitive information like API keys are managed via environment variables. Proper logging for unauthorized access attempts is in place.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens800
Stars0
Forks0
Last Update2025-11-27

Tags

MCP ServerCode ReviewProductivity ToolDevelopmentAI/LLM