Skip to content

v2.0.2

Latest

Choose a tag to compare

@JuanjoFuchs JuanjoFuchs released this 04 Feb 17:40

Installation

NPM (Recommended)

npx @tranzact/tempo-filler-mcp-server

Claude Desktop

Download the .dxt file below and drag it to Claude Desktop settings → Extensions to install.

Manual Configuration

Add to your MCP client configuration:

{
  "mcpServers": {
    "tempo-filler": {
      "command": "npx",
      "args": ["@tranzact/tempo-filler-mcp-server"],
      "env": {
        "TEMPO_BASE_URL": "https://your-jira-instance.com",
        "TEMPO_PAT": "your-personal-access-token"
      }
    }
  }
}

Full Changelog: v2.0.1...v2.0.2