netrun-mcp plugin for Cursor
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"netrun-mcp"
],
"env": {
"NETRUN_API_KEY": "${NETRUN_API_KEY}"
}
}