https://backend.noxus.ai/mcp, authenticated with your Noxus API key as a bearer token. Below are configs for the common clients. Replace YOUR_NOXUS_API_KEY with a key from Settings → Organization → Workspaces → API Keys.
- Claude Code
- Claude Desktop
- Cursor
- Any MCP client
Add the server with the CLI (HTTP transport + an Authorization header):Then in a session, the Noxus tools are available to the model. Manage it with
claude mcp list / claude mcp remove noxus.Self-hosted deployments
On-prem / self-hosted Noxus serves the same MCP server at your backend host:Verify the connection
Once connected, ask the model to list something read-only, e.g. “list my Noxus workflows” or “what knowledge bases do I have?” — it should callworkflows_list / knowledge_bases_list and return your workspace’s resources. If calls fail with an auth error, re-check the bearer token; if a specific tool is refused, the key likely lacks that permission (see Available tools).