Back to Apps

KubeSphere MCP Server
by kubesphere
Integrate KubeSphere APIs with AI agents for workspace and cluster management.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects AI agents to KubeSphere clusters, allowing the AI to manage and query resources across the KubeSphere environment. It provides a bridge between the Model Context Protocol and KubeSphere's administrative APIs.
Tools
- Workspace Management: Manage KubeSphere workspaces and their configurations.
- Cluster Management: Query and manage Kubernetes cluster resources via KubeSphere.
- User and Roles: Administer users, roles, and permissions within the cluster.
- Extensions Center: Manage and install extensions from the KubeSphere center.
Installation
Install the binary using go build -o ks-mcp-server cmd/main.go and add it to your PATH. Configure your AI agent with the following JSON:
{
"mcpServers": {
"KubeSphere": {
"args": [
"stdio",
"--ksconfig", "/path/to/ksconfig",
"--ks-apiserver", "http://your-kubesphere-address"
],
"command": "ks-mcp-server"
}
}
}
Supported hosts
- Claude Desktop
- Cursor
Quick install
go build -o ks-mcp-server cmd/main.goInformation
- Pricing
- free
- Published
- 5/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add KubeSphere config to MCP settings using 'ks-mcp-server' command and --ksconfig/--ks-apiserver args.Claude Desktop
Add KubeSphere config to claude_desktop_config.json using 'ks-mcp-server' command and --ksconfig/--ks-apiserver args.





