-
Notifications
You must be signed in to change notification settings - Fork 767
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question]: MCP server implementation #1392
Comments
Taking a look at this, have some ideas to try out. |
Awesome work @ronaldpetty do you think we would implement this in practice, as an external module/analyzer etc? |
@AlexsJones the primary design is that MCP is pull based (MCP client asks MCP server for tool execution results, the server being K8sGPT). If we used the Operator, we could just read If we used the CLI, we could potential do it via I don't exactly remember |
Checklist
Affected Components
K8sGPT Version
No response
Kubernetes Version
No response
Host OS and its Version
No response
Steps to reproduce
Connect to k8sgpt through MCP server
Expected behaviour
k8sgpt provides an MCP server that platforms like Claude can connect to and uses without leaving the interface
Actual behaviour
No support for MCP server
Additional Information
Would like to know if MCP server support is on the map for k8sgpt or is it out of scope for this project? I do see overlap in this but maybe slight separation where the reasoning part is offloaded to external party and the project just focus on exposing tools to them.
The text was updated successfully, but these errors were encountered: