Forge Mcp
@SalesforgeAI
A remote MCP server that connects AI assistants to the full Salesforge product suite: Salesforge, Primeforge, Leadsforge, Infraforge, Warmforge, and Mailforge.
Overview
What is Forge Mcp?
Forge Mcp is a remote Model Context Protocol (MCP) server that connects AI assistants to the entire Salesforge product suite: Salesforge, Primeforge, Leadsforge, Infraforge, Warmforge, and Mailforge. It exposes 141 tools across these six products, enabling AI to manage workspaces, contacts, sequences, domains, email enrichment, and more.
How to use Forge Mcp?
Configure your MCP client (Claude Desktop, Claude Code, Cursor, Windsurf, or any MCP-compatible client) to use the server URL https://mcp.salesforge.ai/mcp with per-product API keys passed as HTTP headers. For Claude Desktop, add an entry in claude_desktop_config.json with the required headers. For Claude Code, use claude mcp add with the --transport streamable-http flag and header flags. For Cursor, add a new server in Settings > MCP with type "streamable-http" and the same headers.
Key features of Forge Mcp
- 141 tools across six Salesforge products
- Per-product API key authentication via HTTP headers
- Supports multiple accounts with separate server entries
- Works with Claude Desktop, Claude Code, Cursor, Windsurf, and others
- Self-hostable via the provided npm build and run commands
- Uses streamable-http transport; HTTP/SSE entry point available
Use cases of Forge Mcp
- List and manage Salesforge workspaces, contacts, and sequences
- Create and monitor Primeforge domains and mailboxes
- Search and enrich contacts with Leadsforge’s email, phone, and LinkedIn data
- Check warmup stats and run placement tests via Warmforge
- Manage Mailforge domains, DNS, forwarding, and domain masking
FAQ from Forge Mcp
What API keys are needed?
You only need API keys for the products you actually use. Keys are obtained from each product’s app settings (e.g., app.salesforge.ai > Settings > API). Tools for unconfigured products will not appear.
Can I manage multiple accounts with Forge Mcp?
Yes. Add separate server entries with different names and API keys in your MCP configuration. Your AI assistant will see tools from all accounts, and you specify which client to work with in your prompts.
Which clients does Forge Mcp support?
Forge Mcp works with any MCP-compatible client, including Claude Desktop, Claude Code, Cursor, and Windsurf.
How do I self-host Forge Mcp?
Clone the repository, run npm install, then npm run build, and start the server with npm run start:http. The server listens on port 3000 by default; API keys are passed as headers per request, not as environment variables.
What transport protocol does Forge Mcp use?
The server supports streamable-http transport (as shown in Claude Code and Cursor configuration) and also has an HTTP/SSE entry point (http.ts).