Add the connector
The fastest way is theclaude mcp add command:
Add a server
Choose Add server, set the transport to HTTP, and enter:
- Name:
kualia - URL:
https://api.kualia.com/mcp
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.