Auxiliary Intelligence · Tool use

Connect MCPs to your private model — not to Claude or GPT.

Wire up GitHub, Linear, web search, your own internal MCP servers — and your Auxen-deployed model gets the same tool access as a frontier-grade agent. Tool credentials are encrypted on Auxen's control plane. Reasoning runs on your single-tenant Auxen instance — no shared inference, no third-party routing — and conversation data is deleted when you destroy the instance.

How it works

  1. Go to Tools in your dashboard.
  2. Click Add Tool. Paste:
    • Name — a label you'll recognize (e.g. “GitHub”)
    • Endpoint URL — the MCP server URL (e.g. https://mcp.github.com/mcp)
    • API key — optional; the Personal Access Token from the MCP provider
  3. Auxen validates the endpoint by calling tools/list, encrypts your key (AES-256-GCM), and binds the tool to your instance.
  4. From now on, every /api/chat request to that instance runs through an agentic loop — your model can use any of the registered tools during the conversation. You don't change your client code.

Where everything runs

Limits

Security