cyberark mcp for Cursor
io.github.mrfentmen/cyberark-mcp
CyberArk PVWA API: safes and accounts.
client:Cursor
transport:stdio
runtime:npm
Install cyberark mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cyberark-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cyberark-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs