MCP Server
MCP
io.github.onelogin/onelogin-mcp
MCP server for OneLogin API - manage users, apps, roles, and authentication
Install
npx -y @onelogin/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@onelogin/onelogin-mcp",
"version": "1.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your OneLogin instance URL (e.g. https://mycompany.onelogin.com)",
"isRequired": true,
"name": "ONELOGIN_URL"
},
{
"description": "OneLogin OAuth2 API client ID",
"isRequired": true,
"isSecret": true,
"name": "ONELOGIN_CLIENT_ID"
},
{
"description": "OneLogin OAuth2 API client secret",
"isRequired": true,
"isSecret": true,
"name": "ONELOGIN_CLIENT_SECRET"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment