52
/ 100
1 month ago
glama

Okta MCP Server

Enables natural language management of Okta organizations, allowing users to perform administrative tasks such as user management, group operations, and application monitoring through AI agents.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — export_users_csv (line 563: with open(output_path, "w", newline="", encoding="utf-8") as f:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: OKTA_PRIVATE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOKTA_LOG_FILEexport ="/path/to/okta-mcp.log"
configOKTA_LOG_LEVELexport =DEBUG
configOKTA_ORG_URL"": "https://your-org.okta.com",
configOKTA_CLIENT_ID"": "your-client-id",
configOKTA_SCOPES"": "okta.users.read okta.groups.read",
🔐 secretOKTA_PRIVATE_KEY"": "-----BEGIN RSA PRIVATE KEY-----\nYour private key content here\n-----END RSA PRIVATE KEY-----",
configOKTA_KEY_ID"": "your-key-id"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/cerberustrainer-okta-mcp-server-ck6ur5)](https://m8ven.ai/mcp/cerberustrainer-okta-mcp-server-ck6ur5)
commit: 5cda0b8eb580b31c61572116343dd8cf083950c5
code hash: 0fd593d6981d287f0880574a93ccb2c063f80c7101a48fde5da178b5b5981b12
verified: 6/26/2026, 9:37:56 AM
view raw JSON →