Excited to share that I’ve just published an open-source Taiga MCP server designed for teams who want a hosted, Streamable HTTP/SSE bridge into their Taiga workspace. Some highlights that set it apart from other Taiga MCP projects:
Deployable Service: Ships as a container-ready FastMCP app with detailed Azure Container Apps (and general env-var) guidance—run it remotely, not just in a local terminal.
Streamable HTTP & SSE: Works with clients that expect /mcp/ streamable HTTP, /sse/, and includes smoke-test scripts (streamable_client.py) to validate both transports.
Scoped Tooling: Focuses on real-world project workflows (projects, epics, stories, tasks, issues) with authentication handled via your own environment secrets—no credentials baked into the repo.
Docs & Templates: Sanitised README, .env.example, and helper scripts make it easy to stand up a clean instance without exposing private data.
Catch the code and docs here: GitHub - JohnWBlack/taiga-mcp
Contributions, feedback, and PRs are very welcome—especially if you’d like to add more Taiga tools, deployment recipes, or client examples.
Looking forward to seeing how the Taiga community puts it to use!