MCP Servers for Coders
@0kenx
关于 MCP Servers for Coders
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-servers-0kenx": {
"command": "docker",
"args": [
"build",
".",
"-t",
"mcp/filesystem"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Servers for Coders?
MCP Servers for Coders is a suite of Model Context Protocol (MCP) servers—Filesystem, Exec, and Web Processing—that give AI assistants like Claude safe access to local files, code execution, and web content. It is aimed at developers who want to automate coding, data analysis, or system administration tasks.
How to use MCP Servers for Coders?
Installation is primarily via Docker. Clone the repository, build each server image (docker build . -t mcp/filesystem, etc.), and configure Claude Desktop by adding the servers to its mcpServers JSON block with appropriate mounts, environment variables (e.g., OPENAI_API_KEY), and commands. Verify by asking Claude to list files, run commands, or fetch a URL.
Key features of MCP Servers for Coders
- Secure file operations with diff tracking and version control
- Multi‑language code execution (Python, JavaScript, Rust, Go, Solidity)
- Web content fetching, crawling, and AI‑powered analysis
- Docker‑based isolation with container resource limits
- Path validation, permission checking, and change logging
- Git integration and smart package manager auto‑detection
Use cases of MCP Servers for Coders
- Code analysis, refactoring, and feature implementation across large codebases
- Data retrieval, processing, and visualisation using local or web sources
- System diagnostics, software installation, and file management
- Debugging by running tests and analysing logs
- Crawling websites and generating structured reports
FAQ from MCP Servers for Coders
What do the three servers do individually?
Filesystem MCP Server handles secure file read/write with diff tracking and version control. Exec MCP Server runs commands and scripts in isolated containers. Web Processing MCP Server fetches, crawls, and analyses web content using AI.
What are the runtime requirements?
Each server supports Docker installation (recommended). The Exec server includes pre‑configured environments for Python 3.12, Node.js v20, Rust, Go 1.22.1, and Solidity with Foundry. Python 3.12+ is required for non‑Docker setups.
How are API keys handled?
The Web Processing server requires OPENAI_API_KEY and optionally BRAVE_API_KEY. They are passed as environment variables when running the Docker container.
What security measures are in place?
Filesystem server enforces path validation, permission checks, and change tracking. Exec server runs in isolated containers with configurable resource limits. Web server supports domain restrictions and rate limiting.
Does this server work with Claude Desktop?
Yes. Configuration is done by adding each server to Claude’s mcpServers JSON configuration file using Docker commands and appropriate mounts/env vars.
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论