cyberwarex web access for Cursor
io.github.cyberpunk11147/cyberwarex-web-access
Web access for agents: fetch, extract, screenshot, or PDF any public URL.
client:Cursor
transport:stdio
runtime:oci
Install cyberwarex web access in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cyberwarex-web-access": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/cyberpunk11147/cyberwarex-web-access:1.1.0"
],
"env": {
"AWA_X_PAYMENT": "<AWA_X_PAYMENT>",
"AWA_BASE_URL": "<AWA_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs