Skip to main content
Glama

Okta MCP Server

package.json725 B
{ "name": "okta-mcp-server", "version": "1.0.0", "description": "An MCP server for using Okta APIs", "type": "module", "license": "MIT", "bin": { "mcp-server-okta": "dist/index.js" }, "files": [ "dist" ], "scripts": { "clean": "rm -rf dist", "build": "npm run clean && tsc && chmod 755 ./dist/index.js", "prepare": "npm run build", "watch": "tsc --watch" }, "dependencies": { "@okta/okta-sdk-nodejs": "^7.0.1", "@modelcontextprotocol/sdk": "^1.0.4", "dotenv": "^16.4.1", "zod": "^3.22.4", "papaparse": "^5.4.1" }, "devDependencies": { "@types/node": "^20.11.5", "prettier": "^3.2.4", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kapilduraphe/okta-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server