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

# Kiro

> Connect the Paradime MCP server to Kiro by adding a remote server to your Kiro mcp.json, and how to reconnect an expired connection.

<Info>
  First complete [Steps 1–2 in the Overview](/products/dino-ai/mcp-server) to generate your MCP token and copy your MCP server URL.
</Info>

Open Kiro's settings file at `~/.kiro/settings/mcp.json` (create it if it doesn't exist) and add the Paradime entry:

```json title="~/.kiro/settings/mcp.json" theme={"system"}
{
  "mcpServers": {
    "paradime": {
      "url": "<mcp-endpoint-url>",
      "headers": {
        "Authorization": "Bearer YOUR_MCP_TOKEN"
      }
    }
  }
}
```

Replace `<mcp-endpoint-url>` with your URL from Step 2 and `YOUR_MCP_TOKEN` with the token from Step 1.

Restart Kiro. You can verify the connection under **Settings → MCP**, where Paradime should be listed with a green checkmark.

<Frame>
  <img src="https://mintcdn.com/paradime-docs/vrtvqFryCVgm3kAH/images/image-271.png?fit=max&auto=format&n=vrtvqFryCVgm3kAH&q=85&s=5500bff39711e8665277d8d451313459" alt="Paradime MCP connected in Kiro" width="3024" height="1864" data-path="images/image-271.png" />
</Frame>

### Reconnecting an expired connection

By default, the MCP connection expires after one week and you will need to reconnect. To do that, visit [app.paradime.io/settings/api-keys](https://app.paradime.io/settings/api-keys), generate a new MCP token, and replace it in your `~/.kiro/settings/mcp.json`. Then click **Reauthenticate** in the MCP Servers panel in Kiro and your Paradime MCP will reconnect. Restart the Kiro IDE after the change.

<Frame>
  <img src="https://mintcdn.com/paradime-docs/vrtvqFryCVgm3kAH/images/image-272.png?fit=max&auto=format&n=vrtvqFryCVgm3kAH&q=85&s=a9a462288ec03ba2a37f573fa85698b3" alt="Reauthenticate the Paradime MCP server in Kiro" width="3024" height="1864" data-path="images/image-272.png" />
</Frame>

<Warning>
  In Kiro, use **Reauthenticate** — do not use **Reconnect** and enter the token in the browser window.
</Warning>


## Related topics

- [MCP Server](/products/dino-ai/mcp-server/index.md)
