Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,26 @@ Replace `<your-token>` with your personal API token generated at https://guide.s
}
```

### GitHub Copilot CLI

Add to your `~/.copilot/mcp-config.json`:

Replace `<your-token>` with your personal API token generated at https://guide.sonatype.com/settings/tokens

```json
{
"mcpServers": {
"sonatype-mcp": {
"type": "http",
"url": "https://mcp.guide.sonatype.com/mcp",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
}
```

### Windsurf

Create or edit `~/.codeium/windsurf/mcp_config.json`:
Expand Down