> ## Documentation Index
> Fetch the complete documentation index at: https://developer.salesforge.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP overview

> Connect Salesforge products to MCP-compatible AI clients.

Use the Forge MCP server to connect Salesforge products to MCP-compatible AI clients such as Claude Desktop, Claude Code, Cursor, Windsurf, and VS Code MCP extensions.

## MCP endpoint

* URL: `https://mcp.salesforge.ai/mcp`
* Transport: `streamable-http`
* Authentication: product-specific headers

## Prerequisites

1. API access for one or more Forge products.
2. An MCP-compatible client.
3. Node.js installed if your client uses an `npx` bridge command.

## Get product API keys

Generate keys in each product app you want to use:

| Product    | Where to generate key                                                         |
| ---------- | ----------------------------------------------------------------------------- |
| Salesforge | [Go to Salesforge](https://app.salesforge.ai) -> `Settings Page` -> `API tab` |
| Primeforge | [Go to Primeforge](https://app.primeforge.ai) -> `Settings Page` -> `API tab` |
| Leadsforge | [Go to Leadsforge](https://app.leadsforge.ai) -> `Settings Page` -> `API tab` |
| Infraforge | [Go to Infraforge](https://app.infraforge.ai) -> `Settings Page` -> `API tab` |
| Warmforge  | [Go to Warmforge](https://app.warmforge.ai) -> `Settings Page` -> `API tab`   |
| Mailforge  | [Go to Mailforge](https://app.mailforge.ai) -> `Settings Page` -> `API tab`   |

## Authentication headers

| Product    | Header             |
| ---------- | ------------------ |
| Salesforge | `X-Salesforge-Key` |
| Primeforge | `X-Primeforge-Key` |
| Leadsforge | `X-Leadsforge-Key` |
| Infraforge | `X-Infraforge-Key` |
| Warmforge  | `X-Warmforge-Key`  |
| Mailforge  | `X-Mailforge-Key`  |

<Info>
  Only include headers for products you use. Tools for unconfigured products do not appear.
</Info>

## What you can do through MCP

* Work with Salesforge workspaces, contacts, sequences, nodes, branches, enrollments, sender profiles, and webhooks.
* Work with Primeforge, Infraforge, Warmforge, Leadsforge, and Mailforge from the same MCP endpoint.
* Run multichannel workflows (LinkedIn + email) from one conversational interface.

## Next steps

* Follow [Client setup guides](/mcp/client-setup).
* Use [Troubleshooting](/mcp/troubleshooting) if tools do not appear or auth fails.

## References

* [Forge MCP GitHub repository](https://github.com/SalesforgeAI/forge-mcp)
* [Salesforge help article: MCP server with Claude, Cursor, Windsurf, and other clients](https://help.salesforge.ai/en/articles/10333582-salesforge-mcp-server-with-claude-for-cold-email-and-linkedin-outreach)
