Jira Insights MCP provides tools for managing Jira Insights (JSM) asset schemas through the Model Context Protocol. Built by aaronsb, it enables CRUD operations on object schemas, object types, and objects in Jira Insights, with support for AQL (Atlassian Query Language) queries. The implementation is containerized with Docker for easy deployment and requires Jira API credentials for authentication. This server is particularly valuable for teams that need to programmatically manage their Jira Insights assets without leaving the conversation interface, streamlining workflows for IT asset management and configuration tracking.
Manage Jira Insights object schemas with CRUD operations. Parameters: operation (string), maxResults (integer)
Manage Jira Insights object types with CRUD operations. Parameters: operation (string), schemaId (string), maxResults (integer)
Manage Jira Insights objects with CRUD operations and AQL queries. Parameters: operation (string), aql (string), maxResults (integer)
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!