MCP server for Jira Sync App — exposes Jira issues from a local PostgreSQL mirror via FastAPI
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"jira-sync-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# jira-sync-mcp MCP server for Jira Sync App — exposes Jira issues from a local PostgreSQL mirror as MCP tools for Claude Code and other MCP clients. [](https://pypi.org/project/jira-sync-mcp/) **Repository:** https://dev.azure.com/sii-ads-jira/Jira/_git/jira-sync-mcp ## Requirements - A running instance of Jira Sync App (FastAPI backend) - An API token generated in **Admin → API Tokens** ## Installation and usage ```bash # Run directly via uvx (no installation needed) uvx jira-sync-mcp # Or install globally pip install jira-sync-mcp jira-sync-mcp ``` ## Configuration in Claude Code Add to `~/.claude.json`: ```json { "mcpServers": { "jira-sync-mcp": { "command": "uvx", "args": ["jira-sync-mcp"], "env": { "JIRA_SYNC_URL": "http://your-server:8000", "JIRA_SYNC_API_TOKEN": "<token from Admin → API Tokens>" } } } } ``` Claude Code starts and stops the MCP process automatically — no manual startup required. The only service that must be running is the FastAPI backend. ### Alternative: pip install (restricted environments) If `uvx` is blocked by a security policy (e.g. Windows Defender Application Control), install the package directly into your Python environment and use `python -m` instead: ```bash pip install jira-sync-mcp ``` Then in `~/.claude.json`: ```json { "mcpServers": { "jira-sync-mcp": { "command": "python", "args": ["-m", "jira_sync_mcp"], "env": { "JIRA_SYNC_URL": "http://your-server:8000", "JIRA_SYNC_API_TOKEN": "<token from Admin → API Tokens>" } } } } ``` ## Environment variables | Variable | Default | Description | |---|---|---| | `JIRA_SYNC_URL` | `http://localhost:8000` | Jira Sync App backend URL | | `JIRA_SYNC_API_TOKEN` | *(required)* | API token from Admin → API Tokens | ## Available tools ### `get_issue(issue_id)` Fetches full data for a single Jira issue from the local d…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.