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

또는 위 환경 변수를 항목의 env 블록에 설정한 .mcp.json을 통해 등록할 수 있습니다.

도구

  • get_worklogs — 작업 기록을 조회하며, 선택적으로 issueKey, authorAccountId, 날짜 범위(from/to)로 필터링할 수 있습니다.

  • post_worklog — 이슈에 시간을 기록합니다 (issueKey, timeSpentSeconds, startDate, authorAccountId, 선택적으로 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