O
Ovn Kubernetes MCP
Repo hosting the Model Context Protocol Server for troubleshooting OVN-Kubernetes
Created 9/5/2025
Updated 2 days ago
README
Repository documentation and setup instructions
ovn-kubernetes-mcp
Repo hosting the Model Context Protocol Server for troubleshooting OVN-Kubernetes
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/ovn-kubernetes/ovn-kubernetes-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"ovn-kubernetes-ovn-kubernetes-mcp": {
"command": "git",
"args": [
"clone",
"https://github.com/ovn-kubernetes/ovn-kubernetes-mcp"
]
}
}
}