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
sudo docker compose up -dEnvironment 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
pluggedin-app
A testing environment for MCP (Model Control Protocol) servers, allowing interaction through a chat interface powered by LLMs and an AI agent using the LangChain ReAct framework.
nocturne_memory
Provides a persistent, structured long-term memory and dynamic knowledge graph system for AI agents, designed for human-AI collaboration.
post-cortex
Provides long-term, persistent memory and knowledge management for AI assistants, enabling them to store, semantically search, and retrieve conversation context, decisions, and code-related insights.
memory-journal-mcp
Provides persistent project memory and integrates GitHub workflows (issues, PRs, Kanban) to bridge fragmented AI sessions for developers.