MCP.so
ログイン
J

JetBrains Youtrack

@tonyzorin

JetBrains Youtrack について

What is MCP?

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

tonyzorin

投稿者

Anton Zorin

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "YouTrack": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "YOUTRACK_URL=https://yourinstance.youtrack.cloud",
        "-e",
        "YOUTRACK_API_TOKEN=perm:your-token",
        "youtrack-mcp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is JetBrains YouTrack?

JetBrains YouTrack is an MCP server that connects to a YouTrack instance using an API token and base URL. It runs as a Docker container, enabling LLM-based tools to interact with YouTrack.

How to use JetBrains YouTrack?

Clone the repository, build the Docker image with docker build -t youtrack-mcp ., then run the container with environment variables YOUTRACK_URL and YOUTRACK_API_TOKEN set to your instance and token. Use the -i flag to keep STDIN open for the MCP protocol.

Key features of JetBrains YouTrack

Use cases of JetBrains YouTrack

FAQ from JetBrains YouTrack

What is the server’s purpose?

What dependencies or runtime are required?

Where does the data reside?

Are there any known limitations?

What transport or authentication does it use?

コメント

「開発者ツール」の他のコンテンツ