mcp_servers
Verified Safeby arlenagreer
Overview
Provides a collection of Dockerized MCP (Model Context Protocol) servers that integrate globally with Claude Code for various functionalities like web search, browser automation, code transformation, and AI reasoning.
Installation
for dir in magic gmail tavily sequential-thinking morphllm-fast-apply serena task-master context7 playwright chrome-devtools; do (cd $dir && docker-compose up -d); doneEnvironment Variables
- TAVILY_API_KEY
- CONTEXT7_API_KEY
- MORPH_API_KEY
Security Notes
The architecture primarily uses Docker for isolation and `docker exec` for communication, which is generally more secure than direct port exposure. Most servers run as non-root users (`pwuser`). Sensitive API keys are managed via `.env` files or environment variables, avoiding hardcoding in versioned files. However, browser-based containers use `seccomp:unconfined` for necessary functionality, which slightly broadens the attack surface. The 'serena' server also exposes specific ports (9121, 24282), which are documented for MCP and dashboard access.
Similar Servers
claude-code-subagents-collection
Provides a command-line interface to browse, install, manage, and verify Claude Code subagents, commands, and external MCP (Model Context Protocol) servers, facilitating local and project-level configuration for development workflows.
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.
claude-faf-mcp
Provides AI-optimized context for software projects to large language models, enhancing collaboration and project understanding via 50+ specialized tools within Claude Desktop workflows.