tempo-mcp
tempo-mcp
MCP-сервер, который позволяет Claude создавать, просматривать и удалять worklog'и Tempo по задачам Jira.
Настройка
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. Сгенерируйте токен на 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— просмотр worklog'ов, с возможностью фильтрации поissueKey,authorAccountIdи диапазону дат (from/to).post_worklog— запись времени по задаче (issueKey,timeSpentSeconds,startDate,authorAccountId, опциональноstartTime/description).delete_worklog— удаление worklog'а поtempoWorklogId.
Ключи задач автоматически преобразуются в требуемый Tempo числовой идентификатор задачи (с кэшированием в рамках процесса) через Jira REST API.
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