tempo-mcp
tempo-mcp
Claude가 Jira 이슈에 대해 Tempo 작업 기록을 기록, 조회, 삭제할 수 있게 해주는 MCP 서버입니다.
설정
npm install && npm run build.env.example을.env로 복사하고 다음 항목을 입력하세요:TEMPO_API_TOKEN— Jira의 Tempo → Settings → API Integration에서 생성하며, Manage Worklogs 권한으로 범위가 지정됩니다.JIRA_BASE_URL— 예:https://your-domain.atlassian.netJIRA_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_worklog—tempoWorklogId로 작업 기록을 삭제합니다.
이슈 키는 Jira REST API를 통해 Tempo에서 요구하는 숫자 이슈 ID로 자동 변환되며(프로세스 내에서 캐시됩니다).
Maintenance
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
- AlicenseCqualityDmaintenanceConnects Jira with Claude, enabling users to search issues, view issue details, update issues, add comments, and retrieve project information through natural language commands.1981MIT
- AlicenseNot gradedqualityDmaintenanceEnables 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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants like Claude to interact with Jira for project management tasks, including issue creation, updates, workflow transitions, and bulk operations.644MIT
- FlicenseBqualityDmaintenanceConnects Claude to Jira, allowing users to query tasks, log work, add comments, and execute JQL queries through conversational AI.22
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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