forge mcp for Cline
io.github.salesforgeai/forge-mcp
MCP server for Salesforge, Primeforge, Leadsforge, Infraforge, Warmforge, and Mailforge
client:Cline
transport:stdio
runtime:npm
Install forge mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"forge-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs