Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_TTLNoOptional: Cache TTL in milliseconds (default: 300000 = 5 minutes)300000
LOG_LEVELNoOptional: Log level (error, warn, info, debug)info
PROJECT_IDNoOptional: Default project ID
WEBHOOK_PORTNoOptional: Webhook server port (default: 3000)3000
YOUTRACK_URLYesYouTrack instance URL (without trailing slash)
CACHE_ENABLEDNoOptional: Enable cache (true/false, default: true)true
WEBHOOK_SECRETNoOptional: Webhook secret for signature verification
YOUTRACK_TOKENYesYouTrack permanent token
ENABLE_WEBHOOKSNoOptional: Enable webhooks (true/false)false

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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