Skip to main content
Glama

tempo-mcp

MCP 服务器,允许 Claude 针对 Jira 问题记录、列出和删除 Tempo 工作日志。

设置

  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_worklog — 按 tempoWorklogId 删除工作日志。

问题键会通过 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