okta-mcp-server

rittmananalytics/okta-mcp-server
★ 0 stars Python AI/LLM Updated today
Okta's stdio-only okta-mcp-server as a remote, OAuth-protected Streamable HTTP connector on Google Cloud Run, so it can be used from Claude.ai over the internet.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "okta-mcp-server": {
      "command": "uvx",
      "args": [
        "okta-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install okta-mcp-server