onelogin mcp for Cursor
io.github.onelogin/onelogin-mcp
MCP server for OneLogin API - manage users, apps, roles, and authentication
client:Cursor
transport:stdio
runtime:npm
Install onelogin mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"onelogin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@onelogin/onelogin-mcp"
],
"env": {
"ONELOGIN_URL": "<ONELOGIN_URL>",
"ONELOGIN_CLIENT_ID": "<ONELOGIN_CLIENT_ID>",
"ONELOGIN_CLIENT_SECRET": "<ONELOGIN_CLIENT_SECRET>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs