# cs mcp-config (/docs/cli/mcp-config)

`cs mcp-config` prints a ready-to-paste `mcpServers` entry for
`https://api.corespeed.io/mcp`, authenticated with your **session token**.

## Usage \[#usage]

```bash
cs mcp-config
```

```json title="Output"
{
  "mcpServers": {
    "corespeed": {
      "url": "https://api.corespeed.io/mcp",
      "headers": {
        "Authorization": "Bearer eyJ…"
      }
    }
  }
}
```

The token expires in five minutes — right for a quick test, wrong for anything
that stays configured. For a durable setup let the agent sign in itself or
paste an API key, as on the [MCP server](/docs/mcp#without-a-browser) page.