Account
Your account.
Your API key and your password live here. Installers are on the downloads page.
Checking your session…
API key
Your API key connects Enovari to Claude Code, Cursor, and any other MCP client. It is shown once, at the moment you create it. We store only a hash, so if you lose it you generate a new one rather than looking the old one up.
Loading…
Copy this now. It will not be shown again.
Point your MCP client at Enovari and send the key as a header. The key goes in X-API-Key, never in the URL:
{
"mcpServers": {
"enovari": {
"type": "http",
"url": "https://enovari.ai/mcp",
"headers": { "X-API-Key": "YOUR_API_KEY" }
}
}
}Check it works: curl -H "X-API-Key: YOUR_KEY" https://enovari.ai/mcp should answer "authenticated": true.
Change password
Changing your password signs you out everywhere, on every device, including this one. You will be sent back to the login page to sign in with the new password.