MCP.so
ログイン

cloudbrowser mcp server

@clpublic

cloudbrowser mcp server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

clpublic

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-cloudbrowser-go": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector",
        "D:mcp-server-cloudbrowser-gomcp-server-cloudbrowser-go.exe"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is cloudbrowser mcp server?

An MCP server that can be built from source and tested using the Model Context Protocol inspector. The README provides no further description of its purpose or capabilities.

How to use cloudbrowser mcp server?

Build with go build, then test using npx -y @modelcontextprotocol/inspector followed by the path to the compiled executable.

Key features of cloudbrowser mcp server

Use cases of cloudbrowser mcp server

FAQ from cloudbrowser mcp server

What runtime/compiler is required?

The server is written in Go; the README only shows running go build on a Windows system.

How do I test the server?

Run npx -y @modelcontextprotocol/inspector D:\mcp-server-cloudbrowser-go\mcp-server-cloudbrowser-go.exe (adjust the path as needed).

What data does the server access or store?

Not mentioned in the README.

What transport or authentication does it use?

Not mentioned in the README.

Are there any known limitations?

Not mentioned in the README.

コメント

「その他」の他のコンテンツ