mcp-devtools-server
Verified Safeby rshade
Overview
Standardizes development tool interaction and enhances AI code generation, autocorrection, and workflow automation.
Installation
npx mcp-devtools-serverEnvironment Variables
- LOG_LEVEL
- GOOS
- GOARCH
- NODE_OPTIONS
Security Notes
The server demonstrates robust security practices for a tool that executes arbitrary commands. It uses 'execa' for command execution, implements an 'ALLOWED_COMMANDS' whitelist, sanitizes arguments, and validates file/package paths to prevent injection. The 'EnvTools' explicitly masks sensitive environment variables like API keys and passwords from LLM visibility. The core risk lies in the inherent nature of providing an AI access to a shell, but the implementation is designed to mitigate common attack vectors effectively.
Similar Servers
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.
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.
doc-bot
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.