> For the complete documentation index, see [llms.txt](https://docs.codemash.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codemash.io/api-reference/ai/integrations/save-mcp-integration.md).

# Save Mcp Integration

save Mcp Integration.

An **integration** connects an external provider to this module. Configure the provider and its secrets in the dashboard; the API lets you list, create or update, enable, disable, set a default, and test integrations.

This endpoint creates the mcp integration and returns its id.

`POST /{version}/ai/integrations/mcp/`

{% hint style="info" %}
Full request/response reference will appear here once this endpoint is added to the API spec.
{% endhint %}

## In the dashboard

Manage this visually in Norbix Cloud — see [AI Integrations](/ai/ai.md).

## Use it from code

Every Norbix SDK exposes this endpoint as a method — see [Save Mcp Integration](/sdks-and-cli/ai/integrations/save-mcp-integration.md) in the SDK reference, with examples in every language.
