You're authenticated. Use the commands below to connect your AI client.
A Model Context Protocol server providing AI assistants with access to GitLab APIs, Prometheus metrics, and Loki logs — all through a unified interface.
Sign in with GitLabSign in with GitLab above for automatic setup, or create a Personal Access Token with api scope and use it below.
LOKI_URL is configured.| Method | Path | Auth | Description |
|---|---|---|---|
| POST | /mcp | Yes | MCP Streamable HTTP endpoint |
| GET | /auth/login | No | GitLab OAuth login redirect |
| GET | /auth/callback | No | GitLab OAuth callback (sets HttpOnly cookie) |
| GET | /auth/me | Cookie | Current auth state + token for IDE config |
| GET | /auth/logout | No | Clear auth cookies and redirect to home |
| GET | /health | No | Health check |
| GET | /ready | No | Readiness check |
| GET | / | No | This landing page |
Authorization: Bearer <gitlab-token> or x-api-key: <token> header. Token is validated against GitLab API per-request (cached 5 min).