from klavis import Klavisfrom klavis.types import McpServerNameklavis_client = Klavis(api_key="<YOUR_API_KEY>")# Create a Gong MCP server instancegong_server = klavis_client.mcp_server.create_server_instance( server_name=McpServerName.GONG, user_id="<YOUR_USER_ID>", platform_name="<YOUR_PLATFORM_NAME>",)
serverUrl specifies the endpoint of the Gong MCP server, which you can connect with the MCP client of your application.
instanceId is used for authentication and identification of your server instance. After you complete the next steps, this token allows the MCP server to access user’s private Gong information.