JetBrains Youtrack
@tonyzorin
JetBrains Youtrack について
What is MCP?
基本情報
設定
以下の設定を使って、このサーバーを 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?
—
「開発者ツール」の他のコンテンツ
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
コメント