MCPower Security Proxy for Cursor
io.github.ai-mcpower/mcpower-proxy
Security proxy that wraps MCP servers with real-time monitoring and policy enforcement
client:Cursor
transport:stdio
runtime:pypi
Install MCPower Security Proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcpower-proxy": {
"type": "stdio",
"command": "uvx",
"args": [
"mcpower-proxy"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs