mcp-server
Verified Safeby CooleyMcCoolson
Overview
Provides centralized AI context services like web search and content retrieval to multiple client machines on a local network.
Installation
No command providedEnvironment Variables
- BRAVE_API_KEY
- UNRAID_IP
Security Notes
The project intends to run services on an internal network only, with no ports exposed to the internet, which is a good security posture assuming proper network configuration by the user. API keys are managed via environment variables from a `.env` file, which is acceptable, but the project notes a 'TODO' to implement Docker secrets for enhanced security. Some services (Fetch, Obsidian, Sequential Thinking) install npm packages at runtime within generic Node.js containers, which can introduce supply chain risks if the packages or their dependencies are compromised. The Brave Search service uses a custom Docker image, requiring trust in its source. The `mcp-bridge.py` script itself appears to be a straightforward proxy without obvious vulnerabilities like 'eval' or malicious patterns, but its security depends on the integrity of the remote MCP server it connects to.
Similar Servers
claude-flow
AI Agent Orchestration and Development Platform for Claude Code
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.