lab-mcp-identity-server

fso-datawarrior/lab-mcp-identity-server
★ 0 stars TypeScript AI/LLM Updated 3d ago
Lab 3: Demonstration MCP server for scoped Okta identity operations with out-of-band human approval.
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": {
    "lab-mcp-identity-ser": {
      "command": "npx",
      "args": [
        "-y",
        "fso-datawarrior/lab-mcp-identity-server"
      ]
    }
  }
}

README Excerpt

MCP server that lets an AI assistant perform scoped Okta identity operations with an out-of-band human-approval gate on destructive actions. **(Demonstration)** An MCP server that gives an AI scoped identity tools (lookup, provision, grant, revoke) against Okta, with an out-of-band human approval gate on destructive actions. This is a demonstration build for learning and lab use, not production software.