Back to Home
arlenagreer icon

mcp_servers

Verified Safe

by 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

Run Command
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); done

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens2500
Stars0
Forks0
Last Update2025-11-25

Tags

DockerMCPClaude CodeAI ToolsCoding Agents