MCP.so
ログイン

JumpServer MCP Server

@LeeEirc

JumpServer MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

LeeEirc

設定

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

{
  "mcpServers": {
    "jumpserver-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-d",
        "-it",
        "-p",
        "8099:8099",
        "--env-file",
        ".env",
        "--name",
        "jms_mcp",
        "ghcr.io/leeeirc/jumpserver-mcp-server:latest"
      ]
    }
  }
}

ツール

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

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

概要

What is JumpServer MCP Server?

A Model Context Protocol server that enables interaction with the JumpServer API via Bearer token authentication and SSE transport.

How to use JumpServer MCP Server?

Configure a .env file with api_token and jumpserver_url, then start the Docker container using docker run -d -it -p 8099:8099 --env-file .env --name jms_mcp ghcr.io/leeeirc/jumpserver-mcp-server:latest. Obtain a Bearer token via the provided curl command. Configure the MCP client with type sse, url http://127.0.0.1:8099/mcp, and the Bearer token in headers.

Key features of JumpServer MCP Server

  • Deploy

コメント

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