Connect Claude AI to Khronos GitLab via the Model Context Protocol
Click "Add new token" and fill in:
| Field | Value |
|---|---|
| Token name | MCP Server (or any name you like) |
| Expiration date | Choose a date (max 1 year) |
| Scopes | โ
api and โ
read_user |
After clicking "Create personal access token", copy the token value immediately. It starts with glpat- and won't be shown again.
Create a file called .mcp.json in your project root (or home directory) with the following content:
{
"mcpServers": {
"gitlab-khronos": {
"type": "streamable-http",
"url": "https://mcp.khronos.org/mcp",
"headers": {
"PRIVATE-TOKEN": "glpat-YOUR_TOKEN_HERE"
}
}
}
}
Replace glpat-YOUR_TOKEN_HERE with the token you copied in Step 1.
.mcp.json in your project root directory, or run:claude mcp add gitlab-khronos --transport http https://mcp.khronos.org/mcp
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| Linux | ~/.config/Claude/claude_desktop_config.json |
Once connected, just ask Claude in natural language: