# Okta Community

**Type:** Community

**Source Type:** Repository

**Source:** [GitHub](https://github.com/kapilduraphe/okta-mcp-server)

**Description:** Okta Community MCP server enables AI assistants to interact with Okta's identity and access management platform using a long-lived API token. It supports user management, group administration, application assignments, and identity-governance workflows.

**Configuration Parameters:**

* **Okta API Token** \* (sensitive) - Generated in Okta under **Security → API → Tokens**.
* **Okta Organization URL** \* - Your Okta org URL (e.g. `https://your-company.okta.com`).

**Setup Steps:**

1. Log in to Okta.
2. Navigate to **Security → API → Tokens** and click **Create Token**.
3. Name the token and copy the value — Okta will not show it again.
4. When creating the connection in Natoma, paste the token and your Okta org URL and save.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.natoma.ai/apps/okta-community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
