Vaiz MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VAIZ_DEBUG | No | Set to 'true' for debug output to stderr | false |
| VAIZ_API_URL | No | MCP API URL | https://api.vaiz.com/mcp |
| VAIZ_SPACE_ID | Yes | Your Vaiz Space ID | |
| VAIZ_API_TOKEN | Yes | Your Vaiz API key (Bearer token) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | Search for entities in YOUR workspace (tasks, projects, users, comments, boards, USER documents). NOT system documentation! |
| get_tasksA | Get a filtered list of tasks with pagination. Supports filtering by board, project, assignees, completion status, priorities, milestones, types, and creator. Examples:
|
| get_taskA | Get detailed information about a specific task by database ID or HRID (e.g., "PRJ-123") |
| create_taskC | Create a new task in the Vaiz workspace |
| edit_taskC | Edit an existing task in the Vaiz workspace |
| get_task_commentsB | Get all comments for a specific task |
| create_task_commentC | Create a new comment on a task |
| get_task_historyC | Get history of changes for a specific task |
| set_task_blockerA | Toggle a blocker relationship between two tasks. Direction is relative to taskId: "blockers" = tasks that block taskId, "blocking" = tasks that taskId blocks. Note: taskId and blockerTaskId require database IDs (use search to find tasks by HRID like "PRJ-21" to get their database IDs) |
| list_projectsA | List all projects in the current space |
| get_projectC | Get detailed information about a specific project by ID |
| get_project_historyC | Get history of all activities in a specific project across the workspace |
| list_boardsA | List all accessible boards in the current space, optionally filtered by project. Examples:
|
| get_boardC | Get detailed information about a specific board by ID |
| get_documentB | Get detailed information about a USER document in workspace. For SYSTEM help, use read_resource! |
| get_document_commentsC | Get all comments for a specific document |
| get_document_historyC | Get history of changes for a specific document |
| edit_document_contentA | Edit the document content (description) of a task, milestone, or standalone document. Can append to existing content or replace it entirely. |
| list_milestonesB | List all milestones in the current space, optionally filtered by board or project |
| get_milestoneB | Get detailed information about a specific milestone by ID |
| create_milestoneA | Create a new milestone in a board. The description field is a short plain-text summary (NOT Markdown). To add rich document content, use edit_document_content after creation. |
| list_spacesB | List all available spaces (spaces) for the current user |
| space_infoA | Get detailed information about current space and user permissions |
| select_spaceC | Select a space to work with |
| current_userA | Get detailed information about current authenticated user |
| list_membersA | List all members in the current space |
| get_memberB | Get detailed information about a specific workspace member by ID |
| get_user_historyC | Get history of all activities performed by a specific user in the current workspace |
| get_notificationsC | Get user notifications with filtering and pagination support |
| get_automationsB | Get all automations (workflows) for a specific board |
| list_resourcesA | List all available MCP resources (dictionaries, workspace data, etc.) |
| read_resourceA | Read content of a specific MCP resource by name. For knowledge base articles, use "vaiz-help-" prefix + article name from the index. |
| pingA | Simple ping tool for testing |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| vaiz-mcp-usage-guide | CRITICAL: Complete usage guide for Vaiz MCP tools - essential reading before using any MCP function |
| proactive-intelligence | CRITICAL: Instructions for proactive and intelligent behavior with MCP tools - makes agents act like Cursor |
| vaiz-behavior-model | CRITICAL: Core behavior model and interaction guidelines for Vaiz AI agents |
| markdown-formatting-guide | Comprehensive guide for proper Markdown formatting in all agent responses to users |
| quick-start-guide | Quick start guide for common Vaiz MCP operations with step-by-step instructions |
| workspace-setup-guide | Essential guide for workspace selection and MCP context setup |
| sprint-planning-assistant | Help plan sprint goals and task prioritization |
| analyze-task-breakdown | Break down complex tasks into manageable subtasks |
| create-task-guided | Guided task creation with best practices |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| vaiz-space-overview | Current space overview with projects, members, and statistics |
| vaiz-system-colors | Available color options for projects |
| vaiz-system-icons | Available icon types catalog |
| vaiz-system-priorities | Task priority levels reference |
| vaiz-system-notification-groups | Notification groups reference |
| vaiz-system-entity-kinds | Entity types reference |
| vaiz-system-help-index | Official Vaiz platform documentation. For user documents, use search or get_document. |
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/vaizcom/vaiz-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server