MCP server intelligence profile

GitHub Kanban MCP Server

A Model Context Protocol server that enables efficient management of GitHub issues in a Kanban board format, allowing LLMs to automate task management through GitHub integration

Local OnlySunwood-ai-labs
Awaiting current scanNpm · 0.3.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @sunwood-ai-labs/github-kanban-mcp-server from npm

Version 0.3.0 declares 1 executable entrypoint.

npm install --save-exact @sunwood-ai-labs/github-kanban-mcp-server@0.3.0
npx -y -p @sunwood-ai-labs/github-kanban-mcp-server@0.3.0 @sunwood-ai-labs/github-kanban-mcp-server
MCP client configuration example
{
  "mcpServers": {
    "@sunwood-ai-labs/github-kanban-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@sunwood-ai-labs/github-kanban-mcp-server@0.3.0",
        "@sunwood-ai-labs/github-kanban-mcp-server"
      ]
    }
  }
}

Identity

Canonical sluggithub-kanban-mcp-server-1cbeed58DeploymentLocal Only
Canonical packagenpm:@sunwood-ai-labs/github-kanban-mcp-serverRepositorySunwood-ai-labs/github-kanban-mcp-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@sunwood-ai-labs/github-kanban-mcp-server0.3.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@sunwood-ai-labs/github-kanban-mcp-server0.3.0CurrentSep 5, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
github-kanban-mcp-serverServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
add_commentタスクにコメントを追加
Input schema
{
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "GitHubリポジトリ名"
    },
    "issue_number": {
      "type": "string",
      "description": "タスク(Issue)のID"
    },
    "body": {
      "type": "string",
      "description": "コメントの内容(Markdown形式対応)"
    },
    "state": {
      "type": "string",
      "enum": [
        "open",
        "closed"
      ],
      "description": "コメント時に変更するissueの状態(オプション)"
    }
  },
  "required": [
    "repo",
    "issue_number",
    "body"
  ]
}
create_issue新しいissueを作成します
Input schema
{
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "GitHubリポジトリ名"
    },
    "title": {
      "type": "string",
      "description": "issueのタイトル"
    },
    "emoji": {
      "type": "string",
      "description": "タイトルの先頭に付与するユニークな絵文字"
    },
    "body": {
      "type": "string",
      "description": "issueの本文(## の先頭には絵文字を付与して可読性を上げて)"
    },
    "labels": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "issueのラベル"
    },
    "assignees": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "アサインするユーザー"
    }
  },
  "required": [
    "repo",
    "title"
  ]
}
list_issuesカンバンボードのissue一覧を取得します
Input schema
{
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "GitHubリポジトリ名"
    },
    "state": {
      "type": "string",
      "enum": [
        "open",
        "closed",
        "all"
      ],
      "description": "issueの状態"
    },
    "labels": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "フィルタリングするラベル"
    }
  },
  "required": [
    "repo"
  ]
}
update_issue既存のissueを更新します
Input schema
{
  "type": "object",
  "properties": {
    "repo": {
      "type": "string",
      "description": "GitHubリポジトリ名"
    },
    "issue_number": {
      "type": "number",
      "description": "issue番号"
    },
    "title": {
      "type": "string",
      "description": "新しいタイトル"
    },
    "emoji": {
      "type": "string",
      "description": "タイトルの先頭に付与する絵文字"
    },
    "body": {
      "type": "string",
      "description": "新しい本文"
    },
    "state": {
      "type": "string",
      "enum": [
        "open",
        "closed"
      ],
      "description": "新しい状態"
    },
    "labels": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "新しいラベル"
    },
    "assignees": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "新しいアサイン"
    }
  },
  "required": [
    "repo",
    "issue_number"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

GitHub Kanban MCP Server questions

How do I install GitHub Kanban MCP Server?

Install the selected package version with: npm install --save-exact @sunwood-ai-labs/github-kanban-mcp-server@0.3.0

What tools does GitHub Kanban MCP Server provide?

GitHub Kanban MCP Server exposed 4 tools during independent protocol observation, including add_comment, create_issue, list_issues, update_issue.

Is GitHub Kanban MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

GitHub MCP ServersOfficial vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.