{"id":28612905,"url":"https://github.com/jumpserver/mcp","last_synced_at":"2025-06-12T00:39:59.979Z","repository":{"id":288028463,"uuid":"966017490","full_name":"jumpserver/mcp","owner":"jumpserver","description":"MCP server of  JumpServer","archived":false,"fork":false,"pushed_at":"2025-05-06T07:13:49.000Z","size":49,"stargazers_count":7,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-08T10:16:28.862Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jumpserver.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-14T09:18:57.000Z","updated_at":"2025-05-20T05:52:11.000Z","dependencies_parsed_at":"2025-04-15T07:40:33.939Z","dependency_job_id":"0aaccd5d-e87b-496c-b4d4-e4d22d8a1536","html_url":"https://github.com/jumpserver/mcp","commit_stats":null,"previous_names":["jumpserver/mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jumpserver/mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fmcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fmcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fmcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fmcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jumpserver","download_url":"https://codeload.github.com/jumpserver/mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jumpserver%2Fmcp/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259372669,"owners_count":22847792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-12T00:39:55.380Z","updated_at":"2025-06-12T00:39:59.964Z","avatar_url":"https://github.com/jumpserver.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JumpServer MCP Server\n\n## Configure JumpServer Environment File (.env)\n\n```txt\n# Bearer token to access the JumpServer Swagger Json API, optional\napi_token=xxxxxxx \njumpserver_url=http://jumpserverhost\n```\n\n## Start Docker Container\n\n```bash\ndocker run -d -it -p 8099:8099 --env-file .env --name jms_mcp ghcr.io/jumpserver/mcp:latest\n```\n\n## Create JumpServer API Bearer Token for MCP Server\n\n```shell\n\nTOKEN=$(curl -s -X POST http://jumpserver_host/api/v1/authentication/auth/ \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"username\": \"admin\",\n    \"password\": \"xxxx\"\n  }' \\\n  --insecure | jq -r '.token')\n\necho \"Your Bearer token: $TOKEN\"\n\n```\n\n\n## MCP Server Configuration\n\n```json\n{\n    \"type\": \"sse\",\n    \"url\": \"http://127.0.0.1:8099/sse\",\n    \"headers\": {\n        \"Authorization\": \"Bearer xxxxxxxx\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpserver%2Fmcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjumpserver%2Fmcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjumpserver%2Fmcp/lists"}