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.
Fetch a specific ticket by its identifier.
Search for tickets using JQL (Jira Query Language). Parameters: jql (string).
Get details of a specific ticket by its identifier.
Create a new ticket with specified parameters: project (string), summary (string), description (string), issuetype (string).
Get a specific issue by its identifier.
Search for issues using a query with an optional limit on results.
Create a new issue with specified parameters: for (team string), titled (string), with description (string), and priority (integer).
List all teams available in the system.
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!