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
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
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.
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.