Endpoint
Hosted Klio speaks MCP over Streamable HTTP:API key
Authenticate with theX-Vex-Key header:
X-AgentGuard-Key is accepted as a legacy alias for X-Vex-Key. It exists so
older clients keep working and should not be used in new integrations.OAuth
The hosted MCP server also accepts OAuth bearer tokens, verified against the Klio Cloud issuer, for clients that support the MCP authorization flow. In that case the agent identity defaults to the OAuthclient_id unless X-Vex-Agent
overrides it.
Headers
¹ Unless you are authenticating with an OAuth bearer token instead.
X-Vex-Agent
A stable, per-agent string — claude-code, cursor, codex, ci-bot. It is
what makes a ledger of “who wrote what” possible, and it is what
scope: "agent" resolves against.
Clients that omit it are all folded into a single default agent identity. Things
still work, but attribution collapses and private scope stops being meaningfully
private.
X-Vex-Project
Lets a workspace declare its project once instead of passing project on every
call. It accepts a git remote URL when the workspace is a git repo, and the
repository root directory path when it is not — both resolve to the same
project a matching project argument would.
Errors
A bare
GET https://mcp.klio.tech/mcp returning 401 is expected — that is the
endpoint confirming it is alive and requires auth.