Skip to main content
Glama

tempo-mcp

ClaudeがJiraの課題に対してTempoの作業ログを記録・一覧表示・削除できるようにするMCPサーバーです。

セットアップ

  1. npm install && npm run build

  2. .env.example.env にコピーし、以下を記入します:

    • TEMPO_API_TOKEN — Jiraの Tempo → Settings → API Integration で生成します。権限スコープは Manage Worklogs です。

    • JIRA_BASE_URL — 例: https://your-domain.atlassian.net

    • JIRA_EMAIL / JIRA_API_TOKEN — 課題キー(例: PROJ-1234)を、Tempoが必要とする数値の課題IDに解決するために使用します。トークンは https://id.atlassian.com/manage-profile/security/api-tokens で生成してください。

Related MCP server: JIRA MCP Server

Claude Codeに登録する

claude mcp add tempo-mcp -- node /path/to/tempo-mcp/dist/index.js

または .mcp.json を使用し、上記の環境変数をエントリーの env ブロックに設定します。

ツール

  • get_worklogs — 作業ログを一覧表示します。オプションで issueKeyauthorAccountId、日付範囲(from/to)による絞り込みが可能です。

  • post_worklog — 課題に作業時間を記録します(issueKeytimeSpentSecondsstartDateauthorAccountId、オプションで startTime / description)。

  • delete_worklogtempoWorklogId を指定して作業ログを削除します。

課題キーは、Jira REST API を介して Tempo が必要とする数値の課題IDに自動的に解決されます(プロセス内でキャッシュされます)。

A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    Connects Jira with Claude, enabling users to search issues, view issue details, update issues, add comments, and retrieve project information through natural language commands.
    1
    98
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables Claude AI to interact with JIRA for project management and issue tracking, supporting JQL queries, comprehensive issue details retrieval with subtasks and linked issues, and release planning analysis.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants like Claude to interact with Jira for project management tasks, including issue creation, updates, workflow transitions, and bulk operations.
    64
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • WHOOP recovery, strain, sleep and workouts in Claude via official WHOOP OAuth. Free, open source.

  • Connect Claude to Fathom meeting recordings, transcripts, and summaries

  • Persistent context for Claude. Your AI always knows your projects and next actions across sessions.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Magnuskeel/TempoMcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server