yougile-mcp
Related Servers
Alternatives to yougile-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for YouGile project management. Provides 57 tools covering 100% of the YouGile API v2, enabling AI agents to manage projects, boards, tasks, and chat directly through natural language.5734 npmMIT
- AlicenseBqualityAmaintenanceMCP server that exposes YouGile projects, boards, columns, tasks, and task chat as tools for agents to watch and manage tasks.175 npmMIT
- AlicenseNot gradedqualityBmaintenanceAn unofficial, security-focused MCP server for YouGile REST API, providing policy-controlled tools with read-only defaults and optional direct-write profiles.4 npm5MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for interacting with YouTrack, enabling issue management, project operations, and search via natural language.38 npm96MIT
- AlicenseBqualityAmaintenanceA YouTrack MCP server that enables natural language interaction with your YouTrack instance, supporting issue management, time tracking, agile boards, and more.8414MIT
- FlicenseNot gradedqualityDmaintenanceIntegrates with YouGile to allow AI assistants to create, update, and manage projects, tasks, and team members via the MCP protocol.12-
TDQS
Scored across 57 tools
Each tool is clearly named with a resource and action, such as list_projects vs. create_project. Even similar resources like string stickers and sprint stickers are distinguished by the resource name in every tool.
All tools follow a consistent 'yougile_verb_noun' pattern using snake_case. Verbs are consistently list/get/create/update/delete/set/invite, and nouns switch between plural for list operations and singular for others without exception.
With 57 tools, this is a very large surface area. While the number reflects the breadth of the YouGile API, it exceeds the 25+ threshold that typically makes a server unwieldy for agents, and many tools are highly granular (e.g., separate tools for sticker states).
The tool set provides full CRUD coverage across all major resources: projects, boards, columns, tasks, users, departments, roles, stickers, chats, and webhooks. Soft-delete via update operations is consistently supported, and no obvious workflow dead ends are visible.