We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/msenol/Gorev'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
package.nls.jsonโข8.55 kB
{
"displayName": "Gorev - Task Management for AI Assistants",
"description": "๐ **Ultra-Comprehensive Task Management System** - Professional-grade task management with unlimited subtask hierarchy, advanced dependency visualization, smart progress tracking, AI-powered natural language processing, and enterprise-level data export/import capabilities. Seamlessly integrates with MCP-compatible AI assistants (Claude, VS Code, Windsurf, Cursor) featuring 48 powerful MCP tools, advanced search & filtering with 6 specialized tools, template-based task creation with 9+ pre-built templates, workspace/global database modes, performance monitoring with RefreshManager architecture (90% performance improvement), full bilingual Turkish/English support with 668+ localization keys, and zero-installation NPX setup. Perfect for developers, teams, and power users who demand sophisticated task organization with AI assistant integration.",
"command.createTask": "Create Task",
"command.refreshTasks": "Refresh Tasks",
"command.createProject": "Create Project",
"command.setActiveProject": "Set Active Project",
"command.refreshProjects": "Refresh Projects",
"command.showTaskDetail": "Show Task Details",
"command.updateTaskStatus": "Update Task Status",
"command.deleteTask": "Delete Task",
"command.createSubtask": "Create Subtask",
"command.changeParent": "Change Parent Task",
"command.removeParent": "Remove Parent (Make Root Task)",
"command.addDependency": "Add Dependency",
"command.quickCreateTask": "Quick Create Task",
"command.showSummary": "Show Summary",
"command.connect": "Connect to Server",
"command.disconnect": "Disconnect from Server",
"command.selectTask": "Select Task",
"command.setGrouping": "Change Grouping",
"command.setSorting": "Change Sorting",
"command.filterTasks": "Filter Tasks",
"command.clearFilter": "Clear Filter",
"command.toggleShowCompleted": "Toggle Show Completed",
"command.selectAll": "Select All Tasks",
"command.deselectAll": "Deselect All Tasks",
"command.bulkUpdateStatus": "Bulk Update Status",
"command.bulkDelete": "Bulk Delete Tasks",
"command.editTaskTitle": "Edit Task Title",
"command.quickStatusChange": "Quick Status Change",
"command.quickPriorityChange": "Quick Priority Change",
"command.quickDateChange": "Quick Date Change",
"command.detailedEdit": "Edit Task Details",
"command.seedTestData": "Seed Test Data",
"command.clearTestData": "Clear Test Data",
"command.toggleDebugMode": "Toggle Debug Mode",
"command.showDebugLogs": "Show Debug Logs",
"command.clearDebugLogs": "Clear Debug Logs",
"command.testConnection": "Test MCP Connection",
"command.showSearchInput": "Search Tasks",
"command.showFilterMenu": "Show Filter Menu",
"command.showFilterProfiles": "Show Filter Profiles",
"command.clearAllFilters": "Clear All Filters",
"command.toggleAllProjects": "Toggle All Projects / Active Project",
"command.filterOverdue": "Show Overdue Tasks",
"command.filterDueToday": "Show Tasks Due Today",
"command.filterDueThisWeek": "Show Tasks Due This Week",
"command.filterHighPriority": "Show High Priority Tasks",
"command.filterActiveProject": "Show Active Project Tasks",
"command.filterByTag": "Filter by Tag",
"command.openTemplateWizard": "Open Template Wizard",
"command.createFromTemplate": "Create Task from Template",
"command.quickCreateFromTemplate": "Quick Create from Template",
"command.refreshTemplates": "Refresh Templates",
"command.initDefaultTemplates": "Initialize Default Templates",
"command.showTemplateDetails": "Show Template Details",
"command.exportTemplate": "Export Template",
"command.exportData": "Export Data",
"command.importData": "Import Data",
"command.exportCurrentView": "Export Current View",
"command.quickExport": "Quick Export",
"command.initWorkspaceDatabase": "Initialize Workspace Database",
"command.switchDatabaseMode": "Switch Database Mode",
"view.tasks": "Tasks",
"view.projects": "Projects",
"view.templates": "Templates",
"view.tasks.contextualTitle": "Gorev Tasks",
"view.projects.contextualTitle": "Gorev Projects",
"view.templates.contextualTitle": "Task Templates",
"config.serverMode": "How to run the Gorev MCP server",
"config.serverMode.npx": "Use NPX package (recommended - no installation needed)",
"config.serverMode.binary": "Use local binary executable",
"config.serverPath": "Full path to the Gorev MCP server executable (required only for binary mode)",
"config.autoConnect": "Automatically connect to Gorev server on startup",
"config.showStatusBar": "Show Gorev status in the status bar",
"config.refreshInterval": "Refresh interval in seconds (0 to disable auto-refresh)",
"config.treeView.grouping": "How to group tasks in the tree view",
"config.treeView.sorting": "How to sort tasks within groups",
"config.treeView.sortAscending": "Sort tasks in ascending order",
"config.treeView.showCompleted": "Show completed tasks in the tree view",
"config.treeView.showEmptyGroups": "Show empty groups in the tree view",
"config.treeView.showAllProjects": "Show tasks from all projects by default (true) or only from active project (false)",
"config.dragDrop.allowTaskMove": "Allow moving tasks via drag and drop",
"config.dragDrop.allowStatusChange": "Allow changing task status via drag and drop",
"config.dragDrop.allowPriorityChange": "Allow changing task priority via drag and drop",
"config.dragDrop.allowProjectMove": "Allow moving tasks between projects via drag and drop",
"config.dragDrop.allowDependencyCreate": "Allow creating task dependencies via drag and drop",
"config.dragDrop.allowParentChange": "Allow changing task parent via drag and drop",
"config.dragDrop.showDropIndicator": "Show visual indicators when dragging over drop zones",
"config.treeView.visuals.showProgressBars": "Show progress bars for parent tasks with subtasks",
"config.treeView.visuals.showPriorityBadges": "Show priority badges (๐ฅโกโน๏ธ) on tasks",
"config.treeView.visuals.showDueDateIndicators": "Show due date indicators with smart formatting",
"config.treeView.visuals.showDependencyBadges": "Show dependency badges (๐๐๐) on tasks",
"config.treeView.visuals.showTagPills": "Show tags as colored pill badges",
"config.treeView.visuals.progressBarStyle": "Style for progress indicators",
"config.treeView.visuals.dueDateFormat": "How to format due dates in task descriptions",
"config.treeView.visuals.maxTagsToShow": "Maximum number of tags to show in task description (0 = hide tags)",
"config.dragDrop.animateOnDrop": "Show success animation after dropping",
"config.pagination.pageSize": "Number of tasks to load per page (to prevent token limit errors)",
"config.filterProfiles": "Saved filter profiles",
"config.debug.useWrapper": "Use debug wrapper to log MCP communication",
"config.debug.logPath": "Path to debug log directory",
"config.debug.serverTimeout": "Server response timeout in milliseconds",
"grouping.none": "No grouping - show all tasks in a flat list",
"grouping.status": "Group by status (Pending, In Progress, Completed)",
"grouping.priority": "Group by priority (High, Medium, Low)",
"grouping.project": "Group by project",
"grouping.tag": "Group by tags",
"grouping.dueDate": "Group by due date (Overdue, Today, This Week, Later)",
"sorting.title": "Sort by task title",
"sorting.priority": "Sort by priority",
"sorting.dueDate": "Sort by due date",
"sorting.createdDate": "Sort by creation date",
"sorting.status": "Sort by status",
"progressBarStyle.blocks": "Show progress as block characters (โโ)",
"progressBarStyle.percentage": "Show progress as percentage only",
"progressBarStyle.both": "Show both blocks and percentage",
"dueDateFormat.smart": "Smart formatting (Today, Tomorrow, 3d, etc.)",
"dueDateFormat.relative": "Always relative (3 days left, 2 days overdue)",
"dueDateFormat.absolute": "Always absolute date (15 Jan)",
"welcome.tasks.noTasks": "No tasks found.\\n[Create Task](command:gorev.createTask)\\n[Create Project First](command:gorev.createProject)",
"welcome.projects.noProjects": "No projects found.\\n[Create Project](command:gorev.createProject)",
"config.databaseMode": "Database storage mode: auto (detect workspace), workspace (project-local), or global (shared)",
"config.apiHost": "API server hostname (for web UI integration)",
"config.apiPort": "API server port (for web UI integration)"
}