toolfactory for Grok
io.github.goatinahat/toolfactory
Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex
client:Grok
transport:stdio
runtime:npm
Install toolfactory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"toolfactory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"toolfactory"
]
}
}
}
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