# JFrog

**Type:** Official

**Source Type:** Repository

**Source:** [GitHub](https://github.com/jfrog/mcp-jfrog)

**Description:** JFrog MCP server provides AI assistants with access to your JFrog Platform (Artifactory, Xray). It enables querying repositories, builds, packages, and security findings.

**Configuration Parameters:**

* **JFrog URL** \* - JFrog Platform base URL (e.g. `https://mycompany.jfrog.io`).
* **JFrog Access Token** \* (sensitive) - Identity token generated in your JFrog user profile.

**Setup Steps:**

1. Log in to your JFrog Platform.
2. Open your profile in the top-right and select **Edit Profile**.
3. Under **Identity Tokens**, click **Generate Identity Token**, name it, and copy the value.
4. When creating the connection in Natoma, paste the URL and token 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/jfrog.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.
