diff --git a/nucleus/controller.go b/nucleus/controller.go
index 4e659667dee655f3da7f2fb41c8abd9ec85e576c..5f094178b6fffcc1c257ed6393a78e88e60766b7 100644
--- a/nucleus/controller.go
+++ b/nucleus/controller.go
@@ -51,7 +51,7 @@ func (c *Core) Init(socket, configfile string, IsRunningChannel chan bool) {
 	c.IsRunning = IsRunningChannel
 
 	//TODO: Create client config/CLI adapter
-	c.clients["ciena-mcp"] = ciena.NewMCPClient("141.100.70.170", "", "", &c.database)
+	c.clients["ciena-mcp"] = ciena.NewMCPClient("141.100.70.170:8080", "", "", &c.database)
 
 }