# v0

v0 reads remote MCP servers from per-project MCP Connections. Add Cakewalk's gateway and the tools become available to v0 during generation.

## Install Method

Custom form on the **MCP Connections** settings page or the **Connect** tab in a chat. MCP integrations in v0 are project specific.

## Step 1: Open MCP Connections

Pick one entry point:

* Open the project's **Connect** tab in the chat sidebar.
* Open the **MCP Connections** settings page at `v0.app/chat/settings/mcp-connections`.

## Step 2: Add the Cakewalk Gateway

1. Click **Add MCP**.
2. Fill the form with Cakewalk's gateway URL: `https://mcp-gateway.getcakewalk.io/mcp`.
3. Set authentication to **OAuth**.
4. Submit the form.

## Step 3: Authenticate

v0 opens the OAuth consent flow in your browser. Sign in with your Cakewalk account and approve the Connection.

## Verifying It Works

In a v0 generation, ask the model to list its available tools. The tools surfaced through the Cakewalk gateway appear in the response. In Cakewalk, the v0 card on **My Agents** flips to **Connected** after the first agent call.

## Project Scope

v0 scopes integrations per project. Adding Cakewalk to one project does not surface it in others.

## Troubleshooting

* **OAuth option is missing:** v0 supports OAuth, Bearer Token, Custom Headers, and No Auth. Confirm the OAuth method is selected before submitting.
* **Tools do not appear in generation:** confirm the OAuth flow completed in the MCP Connections page; the entry shows Connected once the consent flow returns.

## Learn more

* [MCP in v0](https://v0.app/docs/MCP) from Vercel.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.cakewalk.security/docs/ai-agent-access/connections-and-integrations/agent-platforms/v0.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
