mcp-boards-nk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MATTERMOST_URL | Yes | Base URL of your Mattermost instance (no trailing slash) | |
| MATTERMOST_TOKEN | Yes | Personal access token of the Mattermost user |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_teamsC | Lista todos los teams/workspaces de Mattermost Boards |
| list_boardsB | Lista los boards de un team |
| get_boardA | Obtiene detalles de un board incluyendo sus propiedades/columnas |
| list_cardsB | Lista las cards/tareas de un board |
| get_cardA | Obtiene el detalle completo de una card |
| create_cardB | Crea una nueva card/tarea en un board |
| update_cardB | Actualiza el título, propiedades o contenido de una card existente |
| delete_cardC | Elimina una card de un board |
| list_viewsB | Lista las vistas de un board (tablero, tabla, galería, etc.) |
| list_board_membersC | Lista los miembros de un board |
| add_commentC | Agrega un comentario a una card |
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/nikodev-documentacion/mcp-boards-nk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server