A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A Model Context Protocol (MCP) server that provides Kubernetes cluster introspection tools. It exposes various helper fu
A Model Context Protocol (MCP) server that provides Kubernetes cluster introspection tools. It exposes various helper functions like listing pods, namespaces, node details, and more via MCP tools.
Clone the repository:
git clone <repository-url>
cd mcp-kubernetics
Install dependencies:
npm install
Build the project:
npm run build
This will generate a build folder containing index.js.
claude_desktop_config.json. Add the full path to the index.js file inside the args array as shown below.claude_desktop_config.json snippetReplace <FULL PATH OF BUILD> with the absolute path to your built index.js file.
{
"mcpServers": {
"kubernetics-mcp-server": {
"command": "node",
"args": ["<FULL PATH OF BUILD>/kubernetics-server/build/index.js"]
}
}
}
Contributions are welcome! Please open issues or pull requests.
MIT License
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