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
40+ tools for querying dashboards, alerts, datasources, and logs in Grafana
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases