Back to Home
quangha-dev icon

mcp-server-node

Verified Safe

by quangha-dev

Overview

An AI-powered orchestrator for project management tasks, enabling natural language interaction to create projects and answer knowledge-based queries by integrating with LLMs, RAG services, and an internal backend API.

Installation

Run Command
node src/server.js

Environment Variables

  • PORT
  • GEMINI_API_KEY
  • GEMINI_MODEL
  • BACKEND_BASE_URL
  • PYTHON_SERVICE_URL

Security Notes

The server uses `JSON.parse` to interpret LLM output, which is generally safe for JSON but relies on the LLM generating valid JSON; this is mitigated by extracting JSON from markdown. Direct exposure of `backend_raw_data` in API responses could potentially leak internal backend error structures, though it's explicitly named for clarity. All sensitive configurations like API keys and external service URLs are properly managed via environment variables. No 'eval' or obvious malicious code patterns were found.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens800
Stars0
Forks0
Last Update2025-12-06

Tags

AIOrchestrationProject ManagementChatbotBackend Integration