delega for Grok
io.github.delega-dev/delega
Delega MCP client. Public hosted access retired July 28, 2026; existing owner credentials only.
client:Grok
transport:stdio
runtime:npm
Install delega in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"delega": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@delega-dev/mcp"
],
"env": {
"DELEGA_API_KEY": "<DELEGA_API_KEY>",
"DELEGA_API_URL": "<DELEGA_API_URL>",
"DELEGA_CF_ACCESS_CLIENT_ID": "<DELEGA_CF_ACCESS_CLIENT_ID>",
"DELEGA_CF_ACCESS_CLIENT_SECRET": "<DELEGA_CF_ACCESS_CLIENT_SECRET>"
}
}
}
}
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