Skip to content
VS Code

jumpcloud genai for VS Code

com.jumpcloud/jumpcloud-genai

An MCP server that provides an API to LLMs to manage their JumpCloud resources.

client:VS Code transport:streamable-http

Install jumpcloud genai in VS Code

.vscode/mcp.json

{
  "servers": {
    "jumpcloud-genai": {
      "type": "http",
      "url": "https://mcp.jumpcloud.com/v1"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

jumpcloud genai in other clients