← Back to Plugins
MCP Server MCP

io.github.chrischall/tempo-api-mcp

github By github 👁 1 views ▲ 0 votes

Tempo time-tracking for Claude — worklogs, plans, and timesheet approvals

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tempo-api-mcp",
      "version": "2.3.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Tempo API token (Settings → API integration in your Tempo workspace)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TEMPO_API_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...