Broadcom Support MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
uv venv broadcom-support-mcp-server/.venv
uv pip install -e broadcom-support-mcp-server -p broadcom-support-mcp-server/.venv/bin/python
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add broadcom-support -- node "<FULL_PATH_TO_BROADCOMSUPPORTMCP>/dist/index.js"

Replace <FULL_PATH_TO_BROADCOMSUPPORTMCP>/dist/index.js with the actual folder you prepared in step 1.

README.md

Search and retrieve Knowledge Base articles from the Broadcom Support Portal.

Broadcom Support MCP Server

Broadcom Support Portal のナレッジベース記事を検索・取得するための MCP サーバーです。 VMware、Tanzu、Cybersecurity など Broadcom 製品群のドキュメントにアクセスできます。

Kiro での設定

.kiro/settings/mcp.json に以下を追加してください。

ローカル開発版を使う場合

# 依存関係のインストール
uv venv broadcom-support-mcp-server/.venv
uv pip install -e broadcom-support-mcp-server -p broadcom-support-mcp-server/.venv/bin/python
{
  "mcpServers": {
    "broadcom-support": {
      "command": "/path/to/broadcom-support-mcp-server/.venv/bin/broadcom-support-mcp-server",
      "args": [],
      "disabled": false,
      "autoApprove": [
        "search_documentation",
        "read_documentation"
      ]
    }
  }
}

/path/to/ は実際のパスに置き換えてください。

提供するツール

`search_documentation`

Broadcom Support のナレッジベースを検索します。

パラメータ 必須 デフォルト 説明
query string - 検索クエリ
segment string - all 製品セグメント

`read_documentation`

指定 URL のドキュメント記事を取得し、Markdown 形式で返します。

パラメータ 必須 説明
url string 記事の URL

使用例

Kiro のチャットで以下のように質問できます:

  • 「vSphere のアップグレード手順を検索して」
  • 「ESXi のネットワーク設定について調べて」
  • 「Tanzu Kubernetes のトラブルシューティング記事を探して」

開発

# venv作成と依存関係のインストール
uv venv broadcom-support-mcp-server/.venv
uv pip install -e "broadcom-support-mcp-server[dev]" -p broadcom-support-mcp-server/.venv/bin/python

# テストの実行
broadcom-support-mcp-server/.venv/bin/pytest broadcom-support-mcp-server/tests/ -v

技術仕様

SearchUnify API の仕組みや内部アーキテクチャについては ARCHITECTURE.md を参照してください。

ライセンス

Apache License 2.0

Tools (2)

search_documentationSearches the Broadcom Support knowledge base for articles.
read_documentationRetrieves a documentation article from a specific URL and returns it in Markdown format.

Configuration

claude_desktop_config.json
{"mcpServers": {"broadcom-support": {"command": "/path/to/broadcom-support-mcp-server/.venv/bin/broadcom-support-mcp-server", "args": [], "disabled": false, "autoApprove": ["search_documentation", "read_documentation"]}}}

Try it

Search for vSphere upgrade procedures.
Find documentation regarding ESXi network configuration.
Look for troubleshooting articles for Tanzu Kubernetes.
Get the full content of the Broadcom support article at [URL].

Frequently Asked Questions

What are the key features of Broadcom Support?

Search Broadcom product knowledge bases including VMware and Tanzu. Retrieve full documentation articles in Markdown format. Support for product-specific segments via SearchUnify API. Direct integration with MCP-compatible AI clients.

What can I use Broadcom Support for?

Quickly finding official upgrade paths for VMware infrastructure. Retrieving detailed troubleshooting steps for Tanzu Kubernetes clusters. Accessing cybersecurity product documentation without leaving the AI chat interface. Converting complex support portal articles into clean Markdown for documentation.

How do I install Broadcom Support?

Install Broadcom Support by running: uv venv broadcom-support-mcp-server/.venv && uv pip install -e broadcom-support-mcp-server -p broadcom-support-mcp-server/.venv/bin/python

What MCP clients work with Broadcom Support?

Broadcom Support works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Broadcom Support docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare