Back to Home
AsamiShingo icon

mcp-server-test

by AsamiShingo

Overview

Facilitate natural language querying and analysis of internal company organizational structures, employee data, and performance evaluation records via a Large Language Model (LLM).

Installation

Run Command
sudo docker compose up -d

Environment Variables

  • OLLAMA_URL
  • MCP_HTTP_PORT
  • OLLAMA_BRIDGE_URL
  • OLLAMA_MODEL
  • NVIDIA_VISIBLE_DEVICES
  • NVIDIA_DRIVER_CAPABILITIES
  • TZ
  • LANG
  • PYTHONPATH

Security Notes

CRITICAL: The setup explicitly requires storing sensitive login credentials (username, password) and specific URLs for an external 'NeWarp' system in plain text JSON files (`logininfo.json`, `url.json`) on the filesystem. An intermediate certificate (`intermediate.crt`) is also stored locally. This method of credential management poses a severe security risk, as any entity with filesystem access to the mounted volumes can read these sensitive details. There is no indication of secure secret management practices (e.g., environment variables, secret managers). No `eval` or similar dangerous patterns were found in the provided Python code snippets.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-18

Tags

LLM IntegrationInternal Data RetrievalHR AnalyticsOrganizational DataTool-use Agent