testkube mcp for Grok
io.github.kubeshop/testkube-mcp
MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants
client:Grok
transport:stdio
runtime:oci
Install testkube mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"testkube-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kubeshop/mcp-server:2.9.1"
],
"env": {
"TK_ACCESS_TOKEN": "<TK_ACCESS_TOKEN>",
"TK_ORG_ID": "<TK_ORG_ID>",
"TK_ENV_ID": "<TK_ENV_ID>",
"TK_CONTROL_PLANE_URL": "<TK_CONTROL_PLANE_URL>",
"TK_DASHBOARD_URL": "<TK_DASHBOARD_URL>",
"TK_DEBUG": "<TK_DEBUG>",
"TK_MCP_TRANSPORT": "<TK_MCP_TRANSPORT>",
"TK_MCP_SHTTP_HOST": "<TK_MCP_SHTTP_HOST>",
"TK_MCP_SHTTP_PORT": "<TK_MCP_SHTTP_PORT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs