mcp
Verified Safeby dev-proxy-tools
Overview
Enables AI assistants to interact with Dev Proxy capabilities, allowing natural language for configuring Dev Proxy, accessing contextual help, and discovering features.
Installation
npx -y @devproxy/mcpSecurity Notes
The server uses `child_process.exec` to run the `devproxy` command. While the command string (`devproxy --version`) is fixed and does not incorporate direct user input, it relies on a globally installed external executable. A compromised `devproxy` binary or manipulation of the system's PATH could pose a risk. Additionally, `fetch` calls are made to external endpoints (`https://devproxy-wama.azurewebsites.net/api/search` and `https://aka.ms/devproxy/best-practices`) for documentation and best practices, introducing a dependency on the security and availability of those external services.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
ncp
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
emceepee
A proxy server enabling AI agents to dynamically connect to and interact with multiple Model Context Protocol (MCP) backend servers, exposing the full MCP protocol via a simplified tool interface or a sandboxed JavaScript execution environment.