mcp-devtools-server
Verified Safeby rshade
Overview
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
Installation
npx mcp-devtoolsSecurity Notes
The server demonstrates strong security practices for a tool executing external commands. It uses 'execa' to safely run shell commands, implements argument sanitization and whitelisting, explicitly validates file paths to prevent traversal and injection, and includes mechanisms for detecting potential secrets in code changes. Resource limits are applied to prevent denial-of-service via large inputs. Sensitive environment variables are masked by default when read by the 'dotenv_environment' tool. Plugins operate within the same hardened 'ShellExecutor' environment.
Similar Servers
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
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.
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.