Back to Home
betterhyq icon

honeycomb

Verified Safe

by betterhyq

Overview

A service configuration management platform based on Model Context Protocol (MCP), providing visual MCP service configuration and management.

Installation

Run Command
pnpm start

Environment Variables

  • DATABASE_PATH
  • PORT
  • HOST
  • NODE_ENV
  • VITE_API_BASE_URL

Security Notes

The project uses `dotenv` for environment variable management and has a specific CORS origin configured, which are good security practices. The `ToolModel` and database schema include a `callback` field of type `string` intended to store JavaScript code. However, in the provided server-side `mcp.ts` file, the actual MCP server `registerTool` method uses a fixed anonymous function, and the `tool.callback` string from the database is currently unused for execution. This means there is no immediate Remote Code Execution (RCE) vulnerability from `eval`ing user-controlled code in the provided snippets. This is a critical distinction from an earlier assessment. Future implementations that activate this `callback` string for dynamic execution would introduce a severe RCE risk without robust sandboxing. Standard web application vulnerabilities (e.g., XSS, CSRF, insecure dependencies) may still apply but cannot be fully assessed from truncated code.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens30
Stars0
Forks0
Last Update2026-01-19

Tags

Service ConfigurationMonorepoWeb UIExpress APISQL.js