J

Jira Insights

Enables programmatic management of Jira Insights asset schemas through CRUD operations on object types and AQL queries, streamlining IT asset management and con

Jira·No reviews yet
Repo
Share:

About

Enables programmatic management of Jira Insights asset schemas through CRUD operations on object types and AQL queries, streamlining IT asset management and configuration tracking workflows.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Jira Insights.

What is the purpose of the Jira Insights MCP?
This MCP facilitates programmatic management of Jira Insights asset schemas. It supports CRUD operations on object types and AQL queries, essential for IT asset management and configuration tracking.
How can I install the Jira Insights MCP in a client like Cline?
Installation in Cline typically involves specifying the MCP's slug or its repository URL. For the Jira Insights MCP, you would use 'jira-insights' or 'https://github.com/aaronsb/jira-insights-mcp'.
Does the Jira Insights MCP require authentication?
No, the Jira Insights MCP does not require any API keys, OAuth, or other credentials for its operation. It uses a 'none' authentication type.
What key capabilities does the Jira Insights MCP provide?
The MCP allows for the management of Jira Insights asset schemas, including object type creation, reading, updating, and deletion, as well as executing AQL queries.
Is there a cost associated with using the Jira Insights MCP?
The MCP itself is open-source and available on GitHub. Any associated costs would depend on your existing Jira Insights licensing or infrastructure where it is deployed.
What is a common prerequisite for using this MCP effectively?
A key prerequisite for effective use is a working knowledge of Jira Insights and Asset Query Language (AQL) to formulate effective queries and manage schemas.

Install Jira Insights

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "jira-insights": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jira-insights"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "jira-insights": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jira-insights"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "jira-insights": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-jira-insights"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.