A MCP server for interacting with FogBugz issue tracker through LLMs such as Claude. Supports both the XML API (/api.asp) and the JSON API (/f/api/0/jsonapi) with automatic version detection at startup. Works with on-premise and on-demand FogBugz installations.
{
"mcpServers": {
"fogbugz": {
"command": "npx",
"args": [
"-y",
"@todevs/fogbugz-mcp"
]
}
}
}