MCP.so
Sign In

JumpServer MCP Server

@LeeEirc

About JumpServer MCP Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

LeeEirc

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers