Installation
NPM (Recommended)
npx @tranzact/tempo-filler-mcp-serverClaude 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