Tempo MCP Server
@ivelin-web
关于 Tempo MCP Server
MCP server for managing Tempo worklogs in Jira
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tempo-mcp-server": {
"command": "npx",
"args": [
"wrangler",
"login"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tempo MCP Server?
An MCP server for managing Tempo worklogs in Jira. It provides tools to track time and manage worklogs through Tempo’s API, accessible via Claude, Cursor, and other MCP-compatible clients.
How to use Tempo MCP Server?
Use one of three modes: deploy remotely on Cloudflare Workers (no install, each user gets a personal URL), run directly with npx, or clone the repository locally. Configure environment variables TEMPO_API_TOKEN, JIRA_API_TOKEN, JIRA_EMAIL, and JIRA_BASE_URL.
Key features of Tempo MCP Server
- Retrieve worklogs for a date range
- Create, edit, and delete worklogs
- Bulk create multiple worklogs in one operation
- Missing days report (respects holidays via Tempo user-schedule)
- Worklog analytics aggregated by issue, account, day, week, or month
Use cases of Tempo MCP Server
- Log time against Jira issues directly from Claude conversations
- Generate missing worklog reports to find under-logged working days
- Analyze time distribution across projects and accounts
- Automate bulk worklog creation for repeated time entries
FAQ from Tempo MCP Server
What authentication methods does Tempo MCP Server support?
Basic auth (classic API token + email) is used for remote/Cloudflare deployment; OAuth 2.0 PKCE is supported only in stdio (local) modes.
What are the runtime requirements?
Node.js 18+ (LTS recommended) for local stdio modes. Remote mode runs on Cloudflare Workers with no Node dependency at runtime.
Where are user credentials stored in remote mode?
Credentials are AES-GCM encrypted with an ENCRYPTION_KEY and stored in Cloudflare KV under per-user keys. The personal MCP URL carries the credential — treat it like a password.
Can I host this server myself?
Yes. Fork the repository and deploy to Cloudflare Workers. Free-tier Workers (100k requests/day) and KV (100k reads/day) are sufficient.
Are there known transport or rate limits?
Remote mode uses Cloudflare’s native Rate Limiting binding (5 POST/min on /setup). Per-IP rate limits apply. The free Workers plan has a 50ms CPU limit per request but is I/O‑bound, so it works comfortably.
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论