Back to Home
CengSin icon

mcp-server

by CengSin

Overview

An AI-powered RAG (Retrieval Augmented Generation) system for financial news analysis and user management, leveraging vector search, relational database queries, and LLM orchestration through a tool-calling framework.

Installation

Run Command
go run ./server

Environment Variables

  • OPENROUTER_API_KEY
  • HTTP_PROXY
  • HTTPS_PROXY

Security Notes

The `config/config.yaml` provides default credentials for MySQL (root:rootpassword) and MinIO (admin:password). These are highly insecure and must be changed for any production or even non-local deployment. The server listens on port 8085 (potentially 0.0.0.0:8085) without visible authentication or authorization mechanisms in the provided code, posing a risk if exposed publicly. HTTP/HTTPS proxies are explicitly set from environment variables which, if misconfigured or pointing to untrusted proxies, could introduce risks. No direct `eval` or command injection vulnerabilities were found.

Similar Servers

Stats

Interest Score0
Security Score5
Cost ClassHigh
Avg Tokens7500
Stars0
Forks0
Last Update2026-01-05

Tags

RAGLLM IntegrationVector DatabaseGoTool Use