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?

评论

开发工具 分类下的更多 MCP 服务器