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

# Integrations

> The single hub for connectors, credentials, and MCP — both consuming and exposing tools.

Integrations is where Connectors, Credentials, and MCP servers all live in one place. Per `sitemap.tsx`'s own comment: *"The Integrations hub is now the single entry point — it folds in the connector marketplace, Credentials, Connectors and MCP servers as in-page sections/links, so those no longer need their own nav items (their routes stay live)."*

The hub has two tabs, and the split maps directly onto the [MCP Overview](/mcp/overview)'s outbound/inbound distinction:

## "Connect a tool" — bringing things into this project

* **Custom MCP servers** — mount an external, third-party MCP server so its tools appear in this project. Links to [External MCP](/mcp/external-mcp-integrations).
* **Credentials** — a summary card into the project's Vault (all stored credentials for the project live there).
* **Connectors** — a summary of installed platform vs. project-built connectors, linking to the full [Connectors](/core-components/connectors) page.
* Below that, the **connector marketplace** itself, grouped by category.

## "Use Machina elsewhere" — this project as a tool for you

Three "Machina Apps" cards:

| App         | What it's for                                                                              | Action                                                                                               |
| ----------- | ------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- |
| **MCP**     | "Use this project's agents, workflows and tools from Cursor, Claude Code, Codex and more." | Opens the MCP connection dialog — see [Connecting External Agents](/mcp/connecting-external-agents). |
| **CLI**     | "Drive Machina from your terminal or CI pipelines."                                        | Links out to install the CLI.                                                                        |
| **Factory** | "Build and ship agents from a guided, chat-driven workspace."                              | Opens `factory.machina.gg/c`.                                                                        |

<Warning>
  As of this writing, the Studio UI's "CLI" install link points at `https://cli-docs.machina.gg` — the old CLI docs domain this revamp (epic 86ajn6fgb) is migrating away from. Once that domain redirects to `docs.machina.gg/cli`, the link will still resolve, but `machina-studio`'s hardcoded URL should be updated to point at the new location directly rather than relying on the redirect indefinitely. Flagging as a cross-repo follow-up, not something this PR can fix.
</Warning>

## Related

* [MCP Overview](/mcp/overview) — the outbound/inbound MCP distinction this hub's two tabs mirror.
* [External MCP Integrations](/mcp/external-mcp-integrations) — detail on the "Custom MCP servers" section.
* [Connectors](/core-components/connectors) — the full connector list and types.
