You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ The easiest way to install the Cyclops MCP server is through the Cyclops UI. Bel
22
22
23
23
1. Install the Cyclops MCP by going to sidebar `“Addon”` > `"MCP server"`. You can now click `"Install Cyclops MCP server"` and your Cyclops MCP server will be up and running in a few seconds.
2. Now that your MCP server is up running, all thats left is exposing it outside of your cluster and connecting your AI agent to it.
26
28
27
29
To expose the MCP server on localhost you can simply port-forward it with the following command:
@@ -118,6 +120,8 @@ Below is the list of environment variables used for configuring your Cyclops MCP
118
120
Install to a Kubernetes cluster manually
119
121
</summary>
120
122
123
+
---
124
+
121
125
Instead of having each developer install `mcp-cyclops` binary, you can install the Cyclops MCP server with SSE as transport type to your Kubernetes cluster and allow all of your developers to connect to the same server.
122
126
123
127
1. Before installing, make sure Cyclops and all its CRDs are installed in your cluster:
0 commit comments