Skip to content
VS Code

MCPower Security Proxy for VS Code

io.github.ai-mcpower/mcpower-proxy

Security proxy that wraps MCP servers with real-time monitoring and policy enforcement

client:VS Code transport:stdio runtime:pypi

Install MCPower Security Proxy in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcpower-proxy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcpower-proxy"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCPower Security Proxy in other clients