MCP server for managing Tempo worklogs in Jira
Overview
what is Tempo MCP Server?
Tempo MCP Server is a Model Context Protocol (MCP) server designed for managing Tempo worklogs in Jira, providing tools for tracking time and managing worklogs through Tempo's API.
how to use Tempo MCP Server?
You can use the server via NPX without installation or by cloning the repository for local development. For NPX, run the command with your API tokens and Jira details. For local usage, configure the wrapper script with your credentials and run it.
key features of Tempo MCP Server?
- Retrieve worklogs for specific date ranges
- Create, edit, and delete worklogs
- Bulk create multiple worklogs in one operation
- Integration with MCP-compatible clients like Claude and Cursor
use cases of Tempo MCP Server?
- Logging time against Jira issues for project management
- Bulk updating worklogs for multiple tasks
- Integrating with other tools for enhanced productivity
FAQ from Tempo MCP Server?
- What are the system requirements?
Node.js 18+, a Jira Cloud instance, and API tokens for Tempo and Jira are required.
- Is there a recommended way to use the server?
Yes, using NPX is recommended for most users for ease of use.
- How can I troubleshoot issues?
Check environment variables, API token permissions, and use the inspector for debugging.