MCP and personal tokens

For how Autotest tokens differ from personal tokens, see Tokens.

Connect an MCP client to Tracera to work with cases, plans, runs, and results.

Personal token

  1. Open User settings → Tokens.
  2. Create a token and choose Scopes (for MCP, usually Cases, Plans, and Runs; add Results to push automated test results).
  3. Copy the token.

Connect

  1. Add Tracera to the MCP client config (replace the URL and token with yours):
{
  "mcpServers": {
    "tracera": {
      "url": "http://127.0.0.1:5173/mcp",
      "headers": {
        "Authorization": "Bearer trc_pat_…"
      }
    }
  }
}

MCP client rights are limited by the personal token scopes and the user’s role in the project.

Questions: contact@tracera.dev.