AXF for Grok
dev.smartergpt/axf
Agent eXoskeleton Framework control plane for workspace-native agent capabilities over MCP.
client:Grok
transport:stdio
runtime:npm
Install AXF in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"axf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@smartergpt/axf"
],
"env": {
"AXF_PROJECT_ROOT": "<AXF_PROJECT_ROOT>",
"AXF_EXECUTION_ROOT": "<AXF_EXECUTION_ROOT>",
"AXF_WORKSPACE": "<AXF_WORKSPACE>",
"AXF_REGISTRY_WORKSPACE": "<AXF_REGISTRY_WORKSPACE>",
"AXF_EXECUTION_WORKSPACE": "<AXF_EXECUTION_WORKSPACE>"
}
}
}
}
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