youtrack-mcp

youtrack-mcp

19

YouTrack MCP Server version 0.3.7 is a server implementation for JetBrains YouTrack using the Model Context Protocol (MCP). It allows AI assistants to manage issues, projects, and users within YouTrack by providing a comprehensive suite of tools through Docker integration.

What is the purpose of the YouTrack MCP Server?

The YouTrack MCP Server allows AI assistants to interact with the YouTrack issue tracking system, enabling automated management of issues, projects, and users.

How can I run the YouTrack MCP Server using Docker?

You can run the server using Docker by executing the provided Docker run commands, ensuring you set the necessary environment variables like YOUTRACK_URL and YOUTRACK_API_TOKEN.

Can I use the YouTrack MCP Server with self-hosted YouTrack instances?

Yes, the server can be configured to work with self-hosted YouTrack instances by setting the YOUTRACK_CLOUD environment variable to false.

What are the security considerations for using the YouTrack MCP Server?

Ensure API tokens are kept secure, rotate them periodically, and use tokens with minimal required permissions. Treat configuration files like mcp.json as sensitive data.

How do I enable debug logging for the YouTrack MCP Server?

Debug logging can be enabled by setting the MCP_DEBUG environment variable to true when running the Docker container.