mcp-server-driftguard
Verified Safeby ramailo1
Overview
DriftGuard is an MCP server that acts as a 'Traffic Controller' for AI agents, enforcing a strict state machine to prevent 'code drift' during development tasks.
Installation
npx @modelcontextprotocol/inspector npx @soufienne/mcp-server-driftguardSecurity Notes
The server's core functionality involves executing arbitrary commands (`testCommand`) provided by the AI agent via the `dg_verify` tool. While this is an intended feature to allow agents to run tests, it means the server can be an arbitrary code execution vector if a malicious or compromised agent interacts with it, or if untrusted commands are passed to the agent. No explicit hardcoded secrets or direct `eval` calls were found. File system operations are scoped to `.driftguard/` for internal state and project files as claimed by tasks.
Similar Servers
git-mcp-server
A Model Context Protocol (MCP) server that provides Git-specific tools and resources for AI/LLM agents to interact with version control systems.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.
AI-Prompt-Guide-MCP
Orchestrates AI agents for project management and development workflows by linking structured markdown specifications and tasks.
ai-control-framework
AI-powered development workflow management and prompt optimization, enforcing disciplined software development practices for AI coding agents.