This module serves as the MCP server for the Kubernetes AI Management System, providing comprehensive cluster management capabilities with AI-powered assistance.
For useful prompts, checkout the main README.md
# From the mcp-server directory
mvn clean package
- Download the latest JAR file from the Releases page
- Update claude desktop json config to use the new MCP server
{
"mcpServers": {
"spring-ai-mcp-k8s": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"<<jar_file_location>>"
]
}
}
}
Note: Make sure you have JDK 17 installed in your system and the JAVA_HOME is set to the JDK 17 installation path.
- Restart Claude Desktop
- Use the sample prompts provided in main README.md to test the new MCP server