mcp
Verified Safeby dev-proxy-tools
Overview
A Model Context Protocol (MCP) server that enables AI assistants to interact with Dev Proxy capabilities using natural language, discover features, and get contextual help for API simulation.
Installation
npx -y @devproxy/mcpSecurity Notes
The server executes a shell command (`devproxy --version`), but the command and its arguments are hardcoded and not user-controlled, mitigating direct shell injection risks. It also makes external fetch requests to specific hardcoded URLs for documentation and best practices. While user queries for documentation are passed to an external search API, the server itself does not appear to have vulnerabilities for code execution or data exfiltration based on the provided source. Minor concern about how user-provided 'version' string is interpolated into an OData filter string for an external service, but not a direct risk to this MCP server itself.
Similar Servers
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers for integration with LLM agents and other applications.
XcodeBuildMCP
A Model Context Protocol (MCP) server that provides Xcode-related tools for AI assistants, enabling programmatic interaction with Xcode projects, simulators, devices, and Swift packages.
mcp-servers
Provides a curated collection of Model Context Protocol (MCP) server configurations to enable AI agents to interact with various developer tools and services.
ncp
A unified Model Context Protocol (MCP) orchestrator that enables semantic tool discovery, management, scheduling, and execution across a diverse ecosystem of connected AI tools and services.