fxray for Grok
io.github.s-curvelabs/fxray
Power Apps via pac: solutions, canvas Power Fx source, Dataverse metadata, FetchXML, gated imports.
client:Grok
transport:stdio
runtime:pypi
Install fxray in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fxray": {
"type": "stdio",
"command": "uvx",
"args": [
"fxray"
],
"env": {
"FXRAY_CONFIG": "<FXRAY_CONFIG>",
"FXRAY_WORKSPACE": "<FXRAY_WORKSPACE>",
"FXRAY_HOME": "<FXRAY_HOME>"
}
}
}
}
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