JumpServer MCP Server
@LeeEirc
关于 JumpServer MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论