MCP DevTools provides integration with popular issue tracking systems like Jira and Linear, enabling AI assistants to retrieve and interact with tickets directly within conversations. Developed by DX Heroes, this TypeScript-based implementation uses a modular architecture with core components for HTTP client functionality and shared TypeScript configurations. The packages are published to npm and follow conventional commits for versioning, making it easy to incorporate ticket management capabilities into AI workflows that require access to project management data without context switching.
No reviews yet. Be the first to review!
Sign in to join the conversation
Fetch a specific ticket by its ID.
Search for tickets using JQL (Jira Query Language). Parameters: jql (string)
Get details of a specific ticket by its ID.
Create a new ticket with specified parameters. Parameters: project (string), summary (string), description (string), issuetype (string)
Get a specific issue by its ID.
Search for issues based on a query with an optional limit on results. Parameters: query (string), limit (optional integer)
Create a new issue for a specified team with a title and description. Parameters: team (string), title (string), description (string), priority (integer)
List all teams available in the Linear integration.