Imperal MCP for Grok
io.github.imperalcloud/imperal-mcp
Build, validate, smoke-test & deploy Imperal declarative IR apps from any LLM or agent.
client:Grok
transport:stdio
runtime:pypi
Install Imperal MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"imperal-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"imperal-mcp"
],
"env": {
"IMPERAL_API_URL": "<IMPERAL_API_URL>",
"IMPERAL_TOKEN": "<IMPERAL_TOKEN>"
}
}
}
}
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