Add the connector
The fastest way is theclaude mcp add command:
1
Open the MCP menu
In Claude Code, run
/mcp (or open Settings → Connectors in the desktop app).2
Add a server
Choose Add server, set the transport to HTTP, and enter:
- Name:
kualia - URL:
https://api.kualia.com/mcp
3
Authenticate
Run
/mcp again and select Kualia → Connect. Your browser opens the Kualia app for OAuth consent. Once you approve, the token is stored locally.Scope: user, project, or local
When adding the server you can pick a scope:- User (default for the command above): available in every project on this machine.
- Project: writes to
.mcp.jsonin the repo so collaborators can use it too. Add--scope project. - Local: only this machine, this project. Add
--scope local.
Try it
Manage and disconnect
claude mcp list— show configured serversclaude mcp remove kualia— remove the server- Inside a session,
/mcpshows status and lets you reconnect or sign out.