Forge MCP for Grok
io.github.frmoded/forge-mcp
MCP server + tools for the Forge E-- generative-music authoring loop (compile / run / commit).
client:Grok
transport:stdio
runtime:pypi
Install Forge MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"forge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"forge-recipe-mcp"
],
"env": {
"FORGE_TRANSPILE_URL": "<FORGE_TRANSPILE_URL>",
"FORGE_VAULT_PATH": "<FORGE_VAULT_PATH>",
"FORGE_MCP_BEARER": "<FORGE_MCP_BEARER>"
}
}
}
}
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