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

评论

其他 分类下的更多 MCP 服务器