portkey admin mcp for Grok
io.github.codeswhat/portkey-admin-mcp
Portkey Admin API control-plane MCP server with Prisma AIRS interoperability guidance.
client:Grok
transport:stdio
runtime:npm
Install portkey admin mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"portkey-admin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"portkey-admin-mcp"
],
"env": {
"PORTKEY_API_KEY": "<PORTKEY_API_KEY>",
"PORTKEY_TOOL_DOMAINS": "<PORTKEY_TOOL_DOMAINS>",
"PORTKEY_BASE_URL": "<PORTKEY_BASE_URL>"
}
}
}
}
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