YouTrack MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Optional: Cache TTL in milliseconds (default: 300000 = 5 minutes) | 300000 |
| LOG_LEVEL | No | Optional: Log level (error, warn, info, debug) | info |
| PROJECT_ID | No | Optional: Default project ID | |
| WEBHOOK_PORT | No | Optional: Webhook server port (default: 3000) | 3000 |
| YOUTRACK_URL | Yes | YouTrack instance URL (without trailing slash) | |
| CACHE_ENABLED | No | Optional: Enable cache (true/false, default: true) | true |
| WEBHOOK_SECRET | No | Optional: Webhook secret for signature verification | |
| YOUTRACK_TOKEN | Yes | YouTrack permanent token | |
| ENABLE_WEBHOOKS | No | Optional: Enable webhooks (true/false) | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| projectsB | Project management: list projects, get details, validate access, list custom fields, retrieve statistics |
| issuesC | Issue lifecycle: create, update, query/search, change state, comment, start/complete work |
| queryC | Raw YouTrack query using native syntax (returns issues matching the expression) |
| commentsC | Issue comments: list, add, update, delete |
| agile_boardsC | Agile boards and sprints: list boards/sprints, get details, create sprints, assign issues |
| knowledge_baseC | Knowledge base: list, get, create, update, delete, search articles |
| analyticsC | Analytics and reporting: project statistics, time tracking, Gantt, critical path, resource allocation, milestone progress |
| adminC | Administrative operations: search users, inspect fields, list field values, bulk update, create dependencies |
| time_trackingC | Time tracking & work items: log time, manage entries and work items, generate reports |
| authB | Authentication: status, OAuth2 login, logout, re-authenticate, validate token |
| notificationsC | Notifications: status, list, clear, subscribe/unsubscribe, list subscriptions |
| subscriptionsC | Notification subscriptions: create, update, delete, list |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DashingNights/youtrack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server