forge mcp for Grok
io.github.salesforgeai/forge-mcp
MCP server for Salesforge, Primeforge, Leadsforge, Infraforge, Warmforge, and Mailforge
client:Grok
transport:stdio
runtime:npm
Install forge mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"forge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@salesforge/forge-mcp"
],
"env": {
"SALESFORGE_API_KEY": "<SALESFORGE_API_KEY>",
"PRIMEFORGE_API_KEY": "<PRIMEFORGE_API_KEY>",
"LEADSFORGE_API_KEY": "<LEADSFORGE_API_KEY>",
"INFRAFORGE_API_KEY": "<INFRAFORGE_API_KEY>",
"MAILFORGE_API_KEY": "<MAILFORGE_API_KEY>"
}
}
}
}
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