M
MCP Server
by @kubeflow
MCP Server for AI-Assisted Development with Kubeflow Tools
Created 4/8/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
Kubeflow MCP Server
This is Model Context Protocol (MCP) server for AI-assisted development with Kubeflow tools.
Proposal: https://github.com/kubeflow/community/tree/master/proposals/936-kubeflow-mcp-server
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/kubeflow/mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"kubeflow-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/kubeflow/mcp-server"
]
}
}
}