Skip to main content
The Noxus MCP server is a remote streamable-HTTP endpoint at 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.
Your API key grants access to its workspace. Treat it like a password — prefer an environment variable over hardcoding it, and use a key scoped to only the permissions the client needs.
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:
Use that URL in any of the configs above.

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 call workflows_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).