Back to Home
rshade icon

mcp-devtools-server

Verified Safe

by rshade

Overview

Standardizes development tool interaction and enhances AI code generation, autocorrection, and workflow automation.

Installation

Run Command
npx mcp-devtools-server

Environment 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

Stats

Interest Score32
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars2
Forks1
Last Update2025-12-05

Tags

DevToolsAI-poweredCode GenerationAutomationCode Analysis