Secure Okta identity and access management via Model Context Protocol (MCP). Access Okta users, groups, applications, logs, and policies through AI assistants with enterprise-grade security.
469
0
18 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
okta-mcp-fctr
to the mcpServers
section:{
"mcpServers": {
"okta-mcp-fctr": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OKTA_CLIENT_ORGURL",
"-e",
"LOG_LEVEL",
"-e",
"OKTA_CONCURRENT_LIMIT",
"-e",
"OKTA_API_TOKEN",
"mcp/okta-mcp-fctr@sha256:bea20ce5e0c955c664ff6e13679a2123e0a1182754eb74ad019c028b6ea34076"
],
"env": {
"OKTA_CLIENT_ORGURL": "{{okta-mcp-fctr.client_orgurl}}",
"LOG_LEVEL": "{{okta-mcp-fctr.log_level}}",
"OKTA_CONCURRENT_LIMIT": "{{okta-mcp-fctr.concurrent_limit}}",
"OKTA_API_TOKEN": "00aBcDeFGhIjkLmNoPqRsTuVwxYz"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Okta MCP Server
version: 1.0.1
schema: v1
mcpServers:
- name: Okta MCP Server
command: docker
args:
- run
- --rm
- -i
- -e
- OKTA_CLIENT_ORGURL
- -e
- LOG_LEVEL
- -e
- OKTA_CONCURRENT_LIMIT
- -e
- OKTA_API_TOKEN
- mcp/okta-mcp-fctr@sha256:bea20ce5e0c955c664ff6e13679a2123e0a1182754eb74ad019c028b6ea34076
env:
OKTA_CLIENT_ORGURL: "{{okta-mcp-fctr.client_orgurl}}"
LOG_LEVEL: "{{okta-mcp-fctr.log_level}}"
OKTA_CONCURRENT_LIMIT: "{{okta-mcp-fctr.concurrent_limit}}"
OKTA_API_TOKEN: "00aBcDeFGhIjkLmNoPqRsTuVwxYz"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
okta-mcp-fctr
to the mcpServers
section:{
"mcpServers": {
"okta-mcp-fctr": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OKTA_CLIENT_ORGURL",
"-e",
"LOG_LEVEL",
"-e",
"OKTA_CONCURRENT_LIMIT",
"-e",
"OKTA_API_TOKEN",
"mcp/okta-mcp-fctr@sha256:bea20ce5e0c955c664ff6e13679a2123e0a1182754eb74ad019c028b6ea34076"
],
"env": {
"OKTA_CLIENT_ORGURL": "{{okta-mcp-fctr.client_orgurl}}",
"LOG_LEVEL": "{{okta-mcp-fctr.log_level}}",
"OKTA_CONCURRENT_LIMIT": "{{okta-mcp-fctr.concurrent_limit}}",
"OKTA_API_TOKEN": "00aBcDeFGhIjkLmNoPqRsTuVwxYz"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for