A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Configurações para uso do MCP Server do Kubernetes (npm) com Visual Studio Code + GitHub Copilot.
Configurações para uso do MCP Server do Kubernetes (npm) com Visual Studio Code + GitHub Copilot.
MCP Server para Kubernetes "oficial": https://github.com/containers/kubernetes-mcp-server
Arquivo mcp.json (diretório .vscode):
{
"servers": {
"mcp-kubernetes": {
"type": "stdio",
"command": "npx",
"args": [
"-y", "kubernetes-mcp-server@latest"
]
}
}
}
Um exemplo de teste com este MCP Server:



Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba