Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

@Aix/Kanbn

БесплатноНе проверен

An MCP server that enables AI assistants to interact with Kan boards through the Kanban API, allowing tasks like viewing and managing boards via natural languag

GitHubEmbed

Описание

An MCP server that enables AI assistants to interact with Kan boards through the Kanban API, allowing tasks like viewing and managing boards via natural language.

README

An MCP (Model Context Protocol) server for the Kan Kanban API. Allows AI assistants like Claude, Cursor, and others to interact with your Kan boards directly.

Installation

Via npx (recommended – no installation needed)

npx @aixlab/kanbn-mcp

Global install

npm install -g @aixlab/kanbn-mcp
kanbn-mcp

Configuration

The server requires the following environment variables:

Variable Description
API_BASE_URL Base URL of your Kan instance (e.g. https://kan.example.com/api)
BEARER_TOKEN_AUTHORIZATION Your Kan API key

You can set these in a .env file or pass them directly as environment variables.

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "kan": {
      "command": "npx",
      "args": ["-y", "@aixlab/kanbn-mcp"],
      "env": {
        "API_BASE_URL": "https://kan.example.com/api",
        "BEARER_TOKEN_AUTHORIZATION": "your-api-key-here"
      }
    }
  }
}

Usage with VS Code (GitHub Copilot)

Add this to your .vscode/mcp.json:

{
  "servers": {
    "kan": {
      "command": "npx",
      "args": ["-y", "@aixlab/kanbn-mcp"],
      "env": {
        "API_BASE_URL": "https://kan.example.com/api",
        "BEARER_TOKEN_AUTHORIZATION": "your-api-key-here"
      }
    }
  }
}

License

MIT

from github.com/AixLabTech/kanbn-mcp

Установка @Aix/Kanbn

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/AixLabTech/kanbn-mcp

FAQ

@Aix/Kanbn MCP бесплатный?

Да, @Aix/Kanbn MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для @Aix/Kanbn?

Нет, @Aix/Kanbn работает без API-ключей и переменных окружения.

@Aix/Kanbn — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить @Aix/Kanbn в Claude Desktop, Claude Code или Cursor?

Открой @Aix/Kanbn на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare @Aix/Kanbn with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai